svn commit: r546358 - head/games/0verkill

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 16:28:24 UTC 2020


Author: tcberner
Date: Thu Aug 27 16:28:23 2020
New Revision: 546358
URL: https://svnweb.freebsd.org/changeset/ports/546358

Log:
  games/0verkill: fix build on recent current

Modified:
  head/games/0verkill/Makefile

Modified: head/games/0verkill/Makefile
==============================================================================
--- head/games/0verkill/Makefile	Thu Aug 27 16:24:02 2020	(r546357)
+++ head/games/0verkill/Makefile	Thu Aug 27 16:28:23 2020	(r546358)
@@ -24,6 +24,9 @@ X11_USES=	xorg
 X11_USE=	XORG=xpm
 X11_CONFIGURE_WITH=	x
 
+# Dead upstream, don't expect a proper fix for duplicate symbols.
+CFLAGS+=	-fcommon
+
 .include <bsd.port.options.mk>
 
 post-patch:


More information about the svn-ports-all mailing list