aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-02-16 17:42:29 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-02-16 17:42:29 +0000
commita8769f2d58a3d1f60a5112cef76391a6bd9b2041 (patch)
tree80d04c973e671ae9a3ae3bb8ced7c66c9225c98c /games
parent3d8045b5492c5d4a1b8058d1a38802fca65f4415 (diff)
downloadports-a8769f2d58a3d1f60a5112cef76391a6bd9b2041.tar.gz
ports-a8769f2d58a3d1f60a5112cef76391a6bd9b2041.zip
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
Notes
Notes: svn path=/branches/2021Q1/; revision=565428
Diffstat (limited to 'games')
-rw-r--r--games/freesweep/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile
index 3ca041e3fa49..e9822144fd1e 100644
--- a/games/freesweep/Makefile
+++ b/games/freesweep/Makefile
@@ -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