svn commit: r479996 - head/graphics/evolvotron

Mark Linimon linimon at FreeBSD.org
Tue Sep 18 08:35:50 UTC 2018


Author: linimon
Date: Tue Sep 18 08:35:49 2018
New Revision: 479996
URL: https://svnweb.freebsd.org/changeset/ports/479996

Log:
  A previous commit fixed the build on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/evolvotron/Makefile

Modified: head/graphics/evolvotron/Makefile
==============================================================================
--- head/graphics/evolvotron/Makefile	Tue Sep 18 08:35:35 2018	(r479995)
+++ head/graphics/evolvotron/Makefile	Tue Sep 18 08:35:49 2018	(r479996)
@@ -16,8 +16,6 @@ COMMENT=	Generative software that evolves images/textu
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to link: evolvotron.o: undefined reference to boost::program_options::options_description::options_description
-
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
 USES=		compiler:c++11-lib python qmake qt:5


More information about the svn-ports-all mailing list