diff options
Diffstat (limited to 'games/nxengine/Makefile')
-rw-r--r-- | games/nxengine/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/nxengine/Makefile b/games/nxengine/Makefile index 1466d099e2d7..1b583643e559 100644 --- a/games/nxengine/Makefile +++ b/games/nxengine/Makefile @@ -22,6 +22,10 @@ LICENSE_PERMS_FREEWARE= dist-mirror pkg-mirror auto-accept LICENSE_DISTFILES_GPLv3= ${DISTFILES:[3]} LICENSE_DISTFILES_FREEWARE= ${DISTFILES:[2]:S/:data//} +BROKEN_aarch64= fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] +BROKEN_armv6= fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] +BROKEN_armv7= fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] + LIB_DEPENDS= libpng.so:graphics/png DESKTOP_ENTRIES="NXEngine" "" "${PORTNAME}" \ |