aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-11-02 05:57:27 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-11-02 05:57:27 +0000
commit7f5659f0129c4bdcbf82a50e24187368973226be (patch)
tree5090102c219468e234a074f324666e787050fc26
parent6baff876315976673acb0c21778f9b5ae93a8226 (diff)
downloadports-7f5659f0129c4bdcbf82a50e24187368973226be.tar.gz
ports-7f5659f0129c4bdcbf82a50e24187368973226be.zip
Notes
-rw-r--r--graphics/libboard/Makefile3
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}