Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2016 16:13:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425057 - head/graphics/aseprite
Message-ID:  <201611011613.uA1GDNxX021507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611011613.uA1GDNxX021507>