Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 21:28:25 +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: r546833 - head/games/ezquake
Message-ID:  <202008282128.07SLSPc7045278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Aug 28 21:28:25 2020
New Revision: 546833
URL: https://svnweb.freebsd.org/changeset/ports/546833

Log:
  games/ezquake: fix build on current and deprecatae
  
  - upstream has recently released 3.2.1
  - if someone cares about this port, update and maintain it

Modified:
  head/games/ezquake/Makefile

Modified: head/games/ezquake/Makefile
==============================================================================
--- head/games/ezquake/Makefile	Fri Aug 28 21:12:56 2020	(r546832)
+++ head/games/ezquake/Makefile	Fri Aug 28 21:28:25 2020	(r546833)
@@ -44,6 +44,12 @@ X11_USE=		XORG=xxf86dga
 
 BROKEN_powerpc=		Does not install on powerpc: signal 2
 
+# Fix with clang11
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and out of date
+
 .include "${.CURDIR}/../quake-data/Makefile.include"
 
 .include <bsd.port.pre.mk>



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