svn commit: r425058 - branches/2016Q4/graphics/aseprite

Jan Beich jbeich at FreeBSD.org
Tue Nov 1 16:21:47 UTC 2016


Author: jbeich
Date: Tue Nov  1 16:21:46 2016
New Revision: 425058
URL: https://svnweb.freebsd.org/changeset/ports/425058

Log:
  MFH: r425057
  
  graphics/aseprite: unbreak build on 9.x
  
  PR:		213756 (for tracking)
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

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

Modified: branches/2016Q4/graphics/aseprite/Makefile
==============================================================================
--- branches/2016Q4/graphics/aseprite/Makefile	Tue Nov  1 16:13:23 2016	(r425057)
+++ branches/2016Q4/graphics/aseprite/Makefile	Tue Nov  1 16:21:46 2016	(r425058)
@@ -20,8 +20,6 @@ LIB_DEPENDS=		libfreetype.so:print/freet
 			libcurl.so:ftp/curl \
 			libtinyxml.so:textproc/tinyxml
 
-BROKEN_FreeBSD_9=	Fails due to compiler issues
-
 OPTIONS_DEFINE=		WEBP
 OPTIONS_DEFAULT=	WEBP
 
@@ -53,6 +51,7 @@ CMAKE_ARGS+=		-DFREETYPE_INCLUDE_DIR=${L
 CXXFLAGS+=		-I${LOCALBASE}/include
 CXXFLAGS+=		-I${LOCALBASE}/include/freetype2
 CXXFLAGS+=		-I${LOCALBASE}/include/freetype2/freetype
+CXXFLAGS+=		-D_GLIBCXX_USE_C99 # XXX ports/193528
 
 post-extract:
 	@${MKDIR} ${WRKSRC}/third_party/pixman/pixman


More information about the svn-ports-all mailing list