aboutsummaryrefslogtreecommitdiff
path: root/lang/squirrel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-13 23:21:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-13 23:21:37 +0000
commit7e4f41c6908ce98d98c9a87bb0998ff78c715166 (patch)
tree4ae3b8a2f12ec648a3f08b6e08e43bdddbde045b /lang/squirrel
parentaaf8b327e5095da79cd603bcd11cc3bb1af0e5b5 (diff)
downloadports-7e4f41c6908ce98d98c9a87bb0998ff78c715166.tar.gz
ports-7e4f41c6908ce98d98c9a87bb0998ff78c715166.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=440858
Diffstat (limited to 'lang/squirrel')
-rw-r--r--lang/squirrel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/squirrel/Makefile b/lang/squirrel/Makefile
index 1225de0af38d..406ff6887e10 100644
--- a/lang/squirrel/Makefile
+++ b/lang/squirrel/Makefile
@@ -12,6 +12,8 @@ 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
CMAKE_ARGS= -DINSTALL_INC_DIR:STRING=include
USE_LDCONFIG= yes