diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-26 16:44:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-26 16:44:28 +0000 |
commit | 9705bce5960f458afb005a0686cbb03cfd349adb (patch) | |
tree | 4bcb2712b6f5d5fa88a827eb560bdf678831a2b6 /games/xoids/Makefile | |
parent | cd08b70fb9be339dbd2ba3f77ca29ba36217d474 (diff) | |
download | ports-9705bce5960f458afb005a0686cbb03cfd349adb.tar.gz ports-9705bce5960f458afb005a0686cbb03cfd349adb.zip |
Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: Big_O
>>> defined at init.c
>>> init.o:(Big_O)
>>> defined at oids.c
>>> oids.o:(.bss+0x190)
Reported by: pkg-fallout
MFH: 2021Q1
Notes
Notes:
svn path=/head/; revision=562713
Diffstat (limited to 'games/xoids/Makefile')
-rw-r--r-- | games/xoids/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xoids/Makefile b/games/xoids/Makefile index 755d8d15cea3..b37e7b6b911a 100644 --- a/games/xoids/Makefile +++ b/games/xoids/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= XCONTRIB/games MAINTAINER= ports@FreeBSD.org COMMENT= X Window Asteroids style game with full color pixmaps +BROKEN_FreeBSD_13= duplicate symbol: Big_O +BROKEN_FreeBSD_14= duplicate symbol: Big_O NOT_FOR_ARCHS= mips64 NOT_FOR_ARCHS_REASON= unknown architecture |