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
This commit is contained in:
parent
b0e4fc2267
commit
c9480a17b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546833
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue