aboutsummaryrefslogtreecommitdiff
path: root/games/jfsw
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-04-03 06:19:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-04-03 06:19:02 +0000
commit84460438d7975952926e1b7ce691b3609b92bb0b (patch)
tree1a3303adcca494f2ee910609bbbbdf302e2b3a67 /games/jfsw
parent446eb4644b9bf5a313cd9d3b0814e85605f15a07 (diff)
downloadports-84460438d7975952926e1b7ce691b3609b92bb0b.tar.gz
ports-84460438d7975952926e1b7ce691b3609b92bb0b.zip
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures: /usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8' Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=497646
Diffstat (limited to 'games/jfsw')
-rw-r--r--games/jfsw/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/jfsw/Makefile b/games/jfsw/Makefile
index 1a308b685571..c2767170498b 100644
--- a/games/jfsw/Makefile
+++ b/games/jfsw/Makefile
@@ -17,7 +17,8 @@ LICENSE_PERMS_BuildLic= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-acc
LIB_DEPENDS= libvorbisfile.so:audio/libvorbis
-USES= alias dos2unix gl gmake gnome pkgconfig:build
+USES= alias compiler:c++11-lang dos2unix gl gmake gnome \
+ pkgconfig:build
DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)?
USE_GITHUB= yes