Mark BROKEN on FreeBSD 13 and 14

ld: error: duplicate symbol: endscore_reached
>>> defined at main.c
>>>            main.o:(endscore_reached)
>>> defined at menu.c
>>>            menu.o:(.bss+0x600)

Reported by:	pkg-fallout
MFH:		2021Q1
This commit is contained in:
Antoine Brodin 2021-02-16 17:53:53 +00:00
parent 5f96b29efc
commit 0bb250ddb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565436

View file

@ -13,6 +13,9 @@ COMMENT= Play cute bunnies jumping on each other's heads #'
LICENSE= GPLv2+ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_13= ld: error: duplicate symbol: endscore_reached
BROKEN_FreeBSD_14= ld: error: duplicate symbol: endscore_reached
USES= compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2 USES= compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2
SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre
USE_SDL= sdl2 mixer2 net2 USE_SDL= sdl2 mixer2 net2