svn commit: r565817 - head/games/golddig

Mark Linimon linimon at FreeBSD.org
Wed Feb 17 22:44:32 UTC 2021


Author: linimon
Date: Wed Feb 17 22:44:32 2021
New Revision: 565817
URL: https://svnweb.freebsd.org/changeset/ports/565817

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

Modified:
  head/games/golddig/Makefile

Modified: head/games/golddig/Makefile
==============================================================================
--- head/games/golddig/Makefile	Wed Feb 17 22:44:31 2021	(r565816)
+++ head/games/golddig/Makefile	Wed Feb 17 22:44:32 2021	(r565817)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}C${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Getting the Gold and Avoiding Death
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: background
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: background
+
 USES=		xorg
 USE_XORG=	x11
 MAKE_ENV=	X11BASE="${LOCALBASE}" \


More information about the svn-ports-all mailing list