diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-27 00:41:48 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-27 00:41:48 +0800 |
commit | cd08b70fb9be339dbd2ba3f77ca29ba36217d474 (patch) | |
tree | fc0689a09a6c575c7953b9ce0d8954c0ca38ddf6 /games/xorgramana | |
parent | 9105b6b7a84795a82fc3fdc82febe70bb9a6c53f (diff) | |
download | freebsd-ports-gnome-cd08b70fb9be339dbd2ba3f77ca29ba36217d474.tar.gz freebsd-ports-gnome-cd08b70fb9be339dbd2ba3f77ca29ba36217d474.tar.zst freebsd-ports-gnome-cd08b70fb9be339dbd2ba3f77ca29ba36217d474.zip |
Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: player
>>> defined at actions.c
>>> actions.o:(player)
>>> defined at explode.c
>>> explode.o:(.bss+0x0)
Reported by: pkg-fallout
MFH: 2021Q1
Diffstat (limited to 'games/xorgramana')
-rw-r--r-- | games/xorgramana/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xorgramana/Makefile b/games/xorgramana/Makefile index 37b8e3dd5f90..0cf996184f8d 100644 --- a/games/xorgramana/Makefile +++ b/games/xorgramana/Makefile @@ -12,6 +12,9 @@ DISTNAME= XorGramana-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Logic word puzzle game set inside a series of mazes +BROKEN_FreeBSD_13= duplicate symbol: player +BROKEN_FreeBSD_14= duplicate symbol: player + USES= gl gmake sdl tar:bzip2 USE_SDL= sdl image USE_GL= glu |