svn commit: r425057 - head/graphics/aseprite

Jan Beich jbeich at FreeBSD.org
Tue Nov 1 16:13:24 UTC 2016


Author: jbeich
Date: Tue Nov  1 16:13:23 2016
New Revision: 425057
URL: https://svnweb.freebsd.org/changeset/ports/425057

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

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

Modified: head/graphics/aseprite/Makefile
==============================================================================
--- head/graphics/aseprite/Makefile	Tue Nov  1 15:54:19 2016	(r425056)
+++ head/graphics/aseprite/Makefile	Tue Nov  1 16:13:23 2016	(r425057)
@@ -22,8 +22,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
 
@@ -38,7 +36,7 @@ GH_TUPLE+=		aseprite:duktape:0de771c:duk
 GH_TUPLE+=		aseprite:undo:f39b188:undo/src/undo
 GH_TUPLE+=		dacap:observable:83dfe27:observable/src/observable
 
-USES=			cmake:outsource compiler:c++11-lang jpeg ninja pkgconfig
+USES=			cmake:outsource compiler:c++11-lib jpeg ninja pkgconfig
 USE_XORG=		x11 xcursor xext xpm ice pixman sm xxf86dga xxf86vm
 
 CMAKE_ARGS+=		-DUSE_SHARED_ALLEGRO4=1
@@ -56,6 +54,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-head mailing list