aboutsummaryrefslogtreecommitdiff
path: root/games/euchre
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-04-03 06:03:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-04-03 06:03:57 +0000
commit090dbc187e38ee7451cf36dcc0b82654df0a4d34 (patch)
treecde2a04c7d0326414f006b45339628c4ea95a450 /games/euchre
parent868472db0a068f62604778a51e3b2e894ebf2261 (diff)
downloadports-090dbc187e38ee7451cf36dcc0b82654df0a4d34.tar.gz
ports-090dbc187e38ee7451cf36dcc0b82654df0a4d34.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=497638
Diffstat (limited to 'games/euchre')
-rw-r--r--games/euchre/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/euchre/Makefile b/games/euchre/Makefile
index 8e6f189886e5..b85dd22648dd 100644
--- a/games/euchre/Makefile
+++ b/games/euchre/Makefile
@@ -16,7 +16,7 @@ COMMENT= Very popular card game with variable skill levels
LICENSE= GPLv2
-USES= pkgconfig
+USES= compiler:c++11-lang pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes