svn commit: r565821 - head/games/luola

Mark Linimon linimon at FreeBSD.org
Wed Feb 17 22:52:43 UTC 2021


Author: linimon
Date: Wed Feb 17 22:52:40 2021
New Revision: 565821
URL: https://svnweb.freebsd.org/changeset/ports/565821

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

Modified:
  head/games/luola/Makefile

Modified: head/games/luola/Makefile
==============================================================================
--- head/games/luola/Makefile	Wed Feb 17 22:52:32 2021	(r565820)
+++ head/games/luola/Makefile	Wed Feb 17 22:52:40 2021	(r565821)
@@ -17,6 +17,9 @@ COMMENT=	2D multiplayer cave-flying game
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: Pilot
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: Pilot
+
 GNU_CONFIGURE=	yes
 USES=		gmake sdl
 USE_SDL=	sdl image ttf


More information about the svn-ports-all mailing list