svn commit: r565844 - head/games/sdlroids

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 00:50:23 UTC 2021


Author: linimon
Date: Thu Feb 18 00:50:22 2021
New Revision: 565844
URL: https://svnweb.freebsd.org/changeset/ports/565844

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

Modified:
  head/games/sdlroids/Makefile

Modified: head/games/sdlroids/Makefile
==============================================================================
--- head/games/sdlroids/Makefile	Thu Feb 18 00:48:30 2021	(r565843)
+++ head/games/sdlroids/Makefile	Thu Feb 18 00:50:22 2021	(r565844)
@@ -18,6 +18,9 @@ COMMENT=	Enhanced shoot-the-asteroids game
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: flagargs
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: flagargs
+
 USES=		gmake sdl tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share


More information about the svn-ports-all mailing list