diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-27 00:27:56 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-27 00:27:56 +0800 |
commit | 9193f2d187195c5c6b7501d263da3d3d857ec61a (patch) | |
tree | 438b44d4e467d8a85128f67067141ca388f7de31 /games/xrot | |
parent | 2e6a4ea0e35e2e95f4ea9a2bd56ab395d2874ad5 (diff) | |
download | freebsd-ports-gnome-9193f2d187195c5c6b7501d263da3d3d857ec61a.tar.gz freebsd-ports-gnome-9193f2d187195c5c6b7501d263da3d3d857ec61a.tar.zst freebsd-ports-gnome-9193f2d187195c5c6b7501d263da3d3d857ec61a.zip |
Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: act
>>> defined at xrot.c
>>> xrot.o:(act)
>>> defined at title.c
>>> title.o:(.bss+0x118)
Reported by: pkg-fallout
MFH: 2021Q1
Diffstat (limited to 'games/xrot')
-rw-r--r-- | games/xrot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xrot/Makefile b/games/xrot/Makefile index 22802722cfc0..64e15503238e 100644 --- a/games/xrot/Makefile +++ b/games/xrot/Makefile @@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources MAINTAINER= ports@FreeBSD.org COMMENT= Falling ball puzzle game for X +BROKEN_FreeBSD_13= duplicate symbol: act +BROKEN_FreeBSD_14= duplicate symbol: act + WRKSRC= ${WRKDIR}/xrot USES= imake xorg |