svn commit: r565812 - head/emulators/gngeo

Mark Linimon linimon at FreeBSD.org
Wed Feb 17 22:18:03 UTC 2021


Author: linimon
Date: Wed Feb 17 22:18:02 2021
New Revision: 565812
URL: https://svnweb.freebsd.org/changeset/ports/565812

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

Modified:
  head/emulators/gngeo/Makefile

Modified: head/emulators/gngeo/Makefile
==============================================================================
--- head/emulators/gngeo/Makefile	Wed Feb 17 22:12:48 2021	(r565811)
+++ head/emulators/gngeo/Makefile	Wed Feb 17 22:18:02 2021	(r565812)
@@ -13,6 +13,8 @@ COMMENT=	NeoGeo emulator
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: current_fix
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: current_fix
 BROKEN_i386=	unknown argument: '-frerun-loop-opt'
 
 USES=		autoreconf compiler:features gl gmake sdl


More information about the svn-ports-all mailing list