summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-11-01 16:13:23 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-11-01 16:13:23 +0000
commit85933d7e57f0d9cf2bca5dc2b065d1a04ea96b35 (patch)
tree10ec57e462c02ffcc8f195960409313904cdfef9 /graphics
parentPigeonhole 0.4.16 cannot work with dovecot2 releases older than (diff)
graphics/aseprite: unbreak build on 9.x
PR: 213756 (for tracking) Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=425057
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aseprite/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/aseprite/Makefile b/graphics/aseprite/Makefile
index 42d274b035f6..2e4fbae2993a 100644
--- a/graphics/aseprite/Makefile
+++ b/graphics/aseprite/Makefile
@@ -22,8 +22,6 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
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:duktape/third_party/duktape
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=${LOCALBASE}/include/freetype2
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