From a8769f2d58a3d1f60a5112cef76391a6bd9b2041 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 16 Feb 2021 17:42:29 +0000 Subject: [PATCH] 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 --- games/freesweep/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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