From 1fa0ff8c7b97f58d19f0e62456fabeb0471e1423 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 17 Feb 2021 22:27:36 +0000 Subject: [PATCH] Mark BROKEN in 13/14 (via latest llvm update). --- games/freeblocks/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/freeblocks/Makefile b/games/freeblocks/Makefile index 19e6b1f31bf0..236fc72a8c49 100644 --- a/games/freeblocks/Makefile +++ b/games/freeblocks/Makefile @@ -12,6 +12,9 @@ COMMENT= Puzzle game with similar gameplay to Tetris Attack LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: BLOCK_MOVE_SPEED +BROKEN_FreeBSD_14= ld: error: duplicate symbol: BLOCK_MOVE_SPEED + USE_GITHUB= yes GH_ACCOUNT= dorkster