diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-01 16:13:23 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-01 16:13:23 +0000 |
commit | 85933d7e57f0d9cf2bca5dc2b065d1a04ea96b35 (patch) | |
tree | 10ec57e462c02ffcc8f195960409313904cdfef9 /graphics/aseprite | |
parent | 0f87aaf67e30db9bb8f6fe0029e23af80996b7d9 (diff) |
Notes
Diffstat (limited to 'graphics/aseprite')
-rw-r--r-- | graphics/aseprite/Makefile | 5 |
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 |