svn commit: r483478 - head/graphics/fracplanet
Mark Linimon
linimon at FreeBSD.org
Tue Oct 30 12:00:45 UTC 2018
Author: linimon
Date: Tue Oct 30 12:00:44 2018
New Revision: 483478
URL: https://svnweb.freebsd.org/changeset/ports/483478
Log:
Fix build on powerpc64.
PR: 232041
Submitted by: Piotr Kubaj
Modified:
head/graphics/fracplanet/Makefile
Modified: head/graphics/fracplanet/Makefile
==============================================================================
--- head/graphics/fracplanet/Makefile Tue Oct 30 11:58:47 2018 (r483477)
+++ head/graphics/fracplanet/Makefile Tue Oct 30 12:00:44 2018 (r483478)
@@ -16,15 +16,13 @@ COMMENT= Interactive tool for creating random fractal
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_powerpc64= fails to link: obj/fracplanet.o:(.text+0x250): undefined reference to boost::program_options::options_description::options_description
-
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
FLAVORS= qt4 qt5
FLAVOR?= ${FLAVORS:[1]}
qt5_PKGNAMESUFFIX= -${FLAVOR}
-USES= qmake:outsource
+USES= compiler:c++11-lang gl qmake:outsource
USE_GL= gl glu
QMAKE_ARGS= VERSION_NUMBER=${PORTVERSION}
More information about the svn-ports-head
mailing list