aboutsummaryrefslogtreecommitdiff
path: root/games/ezquake
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-28 21:28:25 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-28 21:28:25 +0000
commitc9480a17b6cad94e99c073f2cf8c1c7535d3258a (patch)
treeb36b3afecfdc4a9bc303f102bad1b60ccc970775 /games/ezquake
parentb0e4fc2267a8bd2448e6fb3a851713402c795318 (diff)
downloadports-c9480a17b6cad94e99c073f2cf8c1c7535d3258a.tar.gz
ports-c9480a17b6cad94e99c073f2cf8c1c7535d3258a.zip
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
Notes
Notes: svn path=/head/; revision=546833
Diffstat (limited to 'games/ezquake')
-rw-r--r--games/ezquake/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile
index 44aad43d87a7..92bcd3e57acf 100644
--- a/games/ezquake/Makefile
+++ b/games/ezquake/Makefile
@@ -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>