aboutsummaryrefslogtreecommitdiffstats
path: root/games/7kaa
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-19 23:17:07 +0800
committerMark Linimon <linimon@FreeBSD.org>2017-12-19 23:17:07 +0800
commitb22594f22e2bacb0aaf17d7e580bcf8a8d2c4886 (patch)
tree8ca999a316484c85e26019d67870cf627cffee7e /games/7kaa
parent2004ea81d920f48086663533bbc5c974d2e14033 (diff)
downloadfreebsd-ports-gnome-b22594f22e2bacb0aaf17d7e580bcf8a8d2c4886.tar.gz
freebsd-ports-gnome-b22594f22e2bacb0aaf17d7e580bcf8a8d2c4886.tar.zst
freebsd-ports-gnome-b22594f22e2bacb0aaf17d7e580bcf8a8d2c4886.zip
Mark some older failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games/7kaa')
-rw-r--r--games/7kaa/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/7kaa/Makefile b/games/7kaa/Makefile
index f1a8139f7bf8..64f7dd15b66a 100644
--- a/games/7kaa/Makefile
+++ b/games/7kaa/Makefile
@@ -16,6 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libenet.so:net/enet \
libcurl.so:ftp/curl
+BROKEN_aarch64= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char'
+BROKEN_armv6= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char'
+BROKEN_armv7= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char'
+
USES= compiler:c++11-lib gmake localbase openal:al pkgconfig tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls # no translations ATM