svn commit: r425112 - head/graphics/libboard

Jan Beich jbeich at FreeBSD.org
Wed Nov 2 05:57:28 UTC 2016


Author: jbeich
Date: Wed Nov  2 05:57:27 2016
New Revision: 425112
URL: https://svnweb.freebsd.org/changeset/ports/425112

Log:
  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

Modified:
  head/graphics/libboard/Makefile   (contents, props changed)

Modified: head/graphics/libboard/Makefile
==============================================================================
--- head/graphics/libboard/Makefile	Wed Nov  2 05:43:53 2016	(r425111)
+++ head/graphics/libboard/Makefile	Wed Nov  2 05:57:27 2016	(r425112)
@@ -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}
 


More information about the svn-ports-all mailing list