svn commit: r425113 - branches/2016Q4/graphics/libboard

Jan Beich jbeich at FreeBSD.org
Wed Nov 2 06:05:20 UTC 2016


Author: jbeich
Date: Wed Nov  2 06:05:18 2016
New Revision: 425113
URL: https://svnweb.freebsd.org/changeset/ports/425113

Log:
  MFH: r425112
  
  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
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q4/graphics/libboard/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/graphics/libboard/Makefile
==============================================================================
--- branches/2016Q4/graphics/libboard/Makefile	Wed Nov  2 05:57:27 2016	(r425112)
+++ branches/2016Q4/graphics/libboard/Makefile	Wed Nov  2 06:05:18 2016	(r425113)
@@ -14,6 +14,7 @@ BUILD_DEPENDS=	doxygen:devel/doxygen
 LIB_DEPENDS=	libMagick++-6.so:graphics/ImageMagick
 
 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