aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-11-19 02:21:28 +0800
committerMark Linimon <linimon@FreeBSD.org>2018-11-19 02:21:28 +0800
commitff48342d45d3289c344fe18ce6d575bd95f86cb3 (patch)
tree1010fdea1406cd79cc06808bbc11a0e424990944 /lang
parenta8c97a5b6254dfd2fac7ffd835d3f0c3665d7004 (diff)
downloadfreebsd-ports-gnome-ff48342d45d3289c344fe18ce6d575bd95f86cb3.tar.gz
freebsd-ports-gnome-ff48342d45d3289c344fe18ce6d575bd95f86cb3.tar.zst
freebsd-ports-gnome-ff48342d45d3289c344fe18ce6d575bd95f86cb3.zip
Add compiler:c++11-lang to USES to fix build on powerpc64.
Diffstat (limited to 'lang')
-rw-r--r--lang/squirrel/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/squirrel/Makefile b/lang/squirrel/Makefile
index 9dd8c4c60216..1359d0004425 100644
--- a/lang/squirrel/Makefile
+++ b/lang/squirrel/Makefile
@@ -13,9 +13,7 @@ COMMENT= High level imperative/OO programming language
CONFLICTS= squsq-[0-9]*
-BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++0x
-
-USES= cmake dos2unix
+USES= cmake compiler:c++11-lang dos2unix
CMAKE_ARGS= -DINSTALL_INC_DIR:STRING=include
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}3