mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
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
This commit is contained in:
parent
6baff87631
commit
7f5659f012
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425112
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user