mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
armagetron fails to build on i386, amd64, and FreeBSD 11 too
This commit is contained in:
parent
49fd574e6f
commit
9c1378222d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484011
1 changed files with 1 additions and 5 deletions
|
@ -15,11 +15,7 @@ COMMENT= Multiplayer networked Tron clone in 3D
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_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')
|
||||
BROKEN_FreeBSD_13_armv6= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
|
||||
BROKEN_FreeBSD_13_armv7= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
|
||||
BROKEN= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
|
||||
|
||||
USES= gmake jpeg
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue