diff options
Diffstat (limited to 'games/armagetron/Makefile')
-rw-r--r-- | games/armagetron/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/armagetron/Makefile b/games/armagetron/Makefile index 2495deef9f2b..24d42c79fe6c 100644 --- a/games/armagetron/Makefile +++ b/games/armagetron/Makefile @@ -15,6 +15,10 @@ COMMENT= Multiplayer networked Tron clone in 3D LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_12_aarch64= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') +BROKEN_FreeBSD_12_armv6= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') +BROKEN_FreeBSD_12_armv7= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') + USES= gmake jpeg GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-etc --disable-initscripts |