diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-17 22:46:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-17 22:46:56 +0000 |
commit | 7f668ca80277f4b9717f3a2b85b38bae8492ab19 (patch) | |
tree | 610870064367268357e771bd55e69973068e95db | |
parent | Mark BROKEN in 13/14 (via latest llvm update). (diff) |
Mark BROKEN in 13/14 (via latest llvm update).
-rw-r--r-- | games/gracer/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 18939d4e45cf..862265b2d68d 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -13,6 +13,9 @@ COMMENT= 3D motor sport simulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: GrBreak +BROKEN_FreeBSD_14= ld: error: duplicate symbol: GrBreak + BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png |