summaryrefslogtreecommitdiff
path: root/graphics
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 /graphics
parentports-mgmt/create-rb-port: create port (diff)
graphics/libboard: unbreak on 9.x
src/Tools.cpp: In function 'const char* LibBoard::Tools::temporaryFilename(const char*)': src/Tools.cpp:204: error: 'snprintf' is not a member of 'std' Reported by: pkg-fallout (before r424418) Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=425112
Diffstat (limited to 'graphics')
-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}