diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-02-16 17:53:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-02-16 17:53:53 +0000 |
commit | 0bb250ddb510528c4796862692e39d93dadc9ca0 (patch) | |
tree | 4692fbf5e667f6ebf31c0988c7621c9bcd611a94 | |
parent | ------------ (diff) |
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
Notes
Notes:
svn path=/head/; revision=565436
-rw-r--r-- | games/jumpnbump/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/jumpnbump/Makefile b/games/jumpnbump/Makefile index d7e5b7226846..9b361dbf13b1 100644 --- a/games/jumpnbump/Makefile +++ b/games/jumpnbump/Makefile @@ -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 |