diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-23 11:19:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-23 15:03:06 +0000 |
commit | 08fdac61c3b6538af731aed1e5048a70372cd222 (patch) | |
tree | a80b2771cf4e98d429e91a9ead95b7e739847493 | |
parent | 49d75dad8eae619f2b27994aaa4f1e947157bb18 (diff) | |
download | ports-08fdac61c3b6538af731aed1e5048a70372cd222.tar.gz ports-08fdac61c3b6538af731aed1e5048a70372cd222.zip |
games/quake3: mark BROKEN on FreeBSD >= 13
-rw-r--r-- | games/quake3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index a48eb2199e6d..7dc581c96f0f 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -13,6 +13,9 @@ DISTNAME= ${PORTNAME}-${REALVERSION}-source MAINTAINER= shirshegsm@gmail.com COMMENT= Quake III Arena -- first person shooter (native build) +BROKEN_FreeBSD_13= ld: error: duplicate symbol: re +BROKEN_FreeBSD_14= ld: error: duplicate symbol: re + USES= dos2unix gmake zip ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= does not run properly; try games/ioquake3 |