diff options
Diffstat (limited to 'games/7kaa')
-rw-r--r-- | games/7kaa/Makefile | 4 |
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 |