Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 16:28:23 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546358 - head/games/0verkill
Message-ID:  <202008271628.07RGSNcI027391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271628.07RGSNcI027391>