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:
parent
5f96b29efc
commit
0bb250ddb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565436
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ COMMENT= Play cute bunnies jumping on each other's heads #'
|
|||
LICENSE= GPLv2+
|
||||
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
|
||||
SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre
|
||||
USE_SDL= sdl2 mixer2 net2
|
||||
|
|
Loading…
Reference in a new issue