Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 22:50:20 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565819 - head/games/joequake
Message-ID:  <202102172250.11HMoKvU079158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Feb 17 22:50:20 2021
New Revision: 565819
URL: https://svnweb.freebsd.org/changeset/ports/565819

Log:
  Mark BROKEN in 13/14 (via latest llvm update).

Modified:
  head/games/joequake/Makefile

Modified: head/games/joequake/Makefile
==============================================================================
--- head/games/joequake/Makefile	Wed Feb 17 22:46:56 2021	(r565818)
+++ head/games/joequake/Makefile	Wed Feb 17 22:50:20 2021	(r565819)
@@ -16,6 +16,9 @@ COMMENT=	Improved NQ engine with ZQuake and FuhQuake g
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102172250.11HMoKvU079158>