MFH: r565427

Mark BROKEN on FreeBSD 13 and 14

ld: error: duplicate symbol: CharSet
>>> defined at clear.c
>>>            clear.o:(CharSet)
>>> defined at drawing.c
>>>            drawing.o:(.bss+0x0)

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2021-02-16 17:42:29 +00:00
parent 3d8045b549
commit a8769f2d58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=565428

View File

@ -12,6 +12,9 @@ COMMENT= Minesweeper-style game for text-mode terminals
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_13= ld: error: duplicate symbol: CharSet
BROKEN_FreeBSD_14= ld: error: duplicate symbol: CharSet
USE_GITHUB= yes
GH_ACCOUNT= rwestlund