Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 08:35:50 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479996 - head/graphics/evolvotron
Message-ID:  <201809180835.w8I8ZoGr075256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809180835.w8I8ZoGr075256>