diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-02 05:57:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-02 05:57:27 +0000 |
commit | 7f5659f0129c4bdcbf82a50e24187368973226be (patch) | |
tree | 5090102c219468e234a074f324666e787050fc26 /graphics/libboard | |
parent | 6baff876315976673acb0c21778f9b5ae93a8226 (diff) |
Notes
Diffstat (limited to 'graphics/libboard')
-rw-r--r-- | graphics/libboard/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libboard/Makefile b/graphics/libboard/Makefile index c98032d40f60..c1f351adfa78 100644 --- a/graphics/libboard/Makefile +++ b/graphics/libboard/Makefile @@ -13,9 +13,8 @@ LICENSE= LGPL3 BUILD_DEPENDS= doxygen:devel/doxygen LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick -BROKEN_FreeBSD_9= does not build - HAS_CONFIGURE= yes +CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 CONFIGURE_ARGS= --prefix=${PREFIX} CONFIGURE_ENV= CXX=${CXX} |