diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 21:28:25 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 21:28:25 +0000 |
commit | c9480a17b6cad94e99c073f2cf8c1c7535d3258a (patch) | |
tree | b36b3afecfdc4a9bc303f102bad1b60ccc970775 | |
parent | x11/x3270: update to 4.0ga11 (diff) |
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
-rw-r--r-- | games/ezquake/Makefile | 6 |
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> |