diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-19 12:30:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-19 12:30:46 +0000 |
commit | 444162b4407effd8a6dd3ba1ab08fe1db95686fb (patch) | |
tree | 17d1e1abe271b37b66ae685c073792a7f6eedb1e /math/drgeo/Makefile | |
parent | Add compiler:c++11-lang to unbreak build on powerpc64: (diff) |
Add compiler:c++11-lang to unbreak build on powerpc64:
./geo/libgeo.a: multiple definition of drgeoDialogData
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=504542
Diffstat (limited to 'math/drgeo/Makefile')
-rw-r--r-- | math/drgeo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index fcea1b4db424..9445234b39a7 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -13,11 +13,9 @@ COMMENT= GTK interactive geometry software LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: ./geo/libgeo.a: multiple definition of drgeoDialogData - LIB_DEPENDS= libguile.so:lang/guile -USES= gettext gmake localbase:ldflags pkgconfig pathfix +USES= compiler:c++11-lang gettext gmake localbase:ldflags pkgconfig pathfix GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intlhack libglade2 |