diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-17 22:50:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-17 22:50:20 +0000 |
commit | 04ad052578426faed5fbdb4669e88569dee88c9d (patch) | |
tree | 063c0d783f36ad52448ab39a981f6f170a1d5e24 | |
parent | Mark BROKEN in 13/14 (via latest llvm update). (diff) |
Mark BROKEN in 13/14 (via latest llvm update).
-rw-r--r-- | games/joequake/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/joequake/Makefile b/games/joequake/Makefile index 0af3ecbea194..a2acaedf2aa7 100644 --- a/games/joequake/Makefile +++ b/games/joequake/Makefile @@ -16,6 +16,9 @@ COMMENT= Improved NQ engine with ZQuake and FuhQuake graphical effects LICENSE= GPLv2+ +BROKEN_FreeBSD_13= ld: error: duplicate symbol: com_searchpaths +BROKEN_FreeBSD_14= ld: error: duplicate symbol: com_searchpaths + LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/src |