aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake3
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-19 23:25:43 +0800
committermarino <marino@FreeBSD.org>2014-07-19 23:25:43 +0800
commit06444a52f4d87bcdc58abb9c1cb77fb861713309 (patch)
treeb5009c49b16e06a23740401cf12cddd58643c834 /games/quake3
parent80758ac0644735f7d5472aa50df54a25443bca03 (diff)
downloadfreebsd-ports-gnome-06444a52f4d87bcdc58abb9c1cb77fb861713309.tar.gz
freebsd-ports-gnome-06444a52f4d87bcdc58abb9c1cb77fb861713309.tar.zst
freebsd-ports-gnome-06444a52f4d87bcdc58abb9c1cb77fb861713309.zip
games/quake3: Fix corrupted patch
The svn diff utility didn't apply the patch correctly -- 2 lines ended up as one. Fix to resolve malformed patch error. Follows: PR: 188095
Diffstat (limited to 'games/quake3')
-rw-r--r--games/quake3/files/patch-code-unix-Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake3/files/patch-code-unix-Makefile b/games/quake3/files/patch-code-unix-Makefile
index d5c93002b6f2..d0417f503c58 100644
--- a/games/quake3/files/patch-code-unix-Makefile
+++ b/games/quake3/files/patch-code-unix-Makefile
@@ -98,7 +98,8 @@
+RELEASE_CFLAGS+=-O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce
+ else
+RELEASE_CFLAGS+=-O2 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations
-+ endif+endif
++ endif
++endif
-DEBUG_CFLAGS=$(BASE_CFLAGS) -g -Wall -Werror
-ifeq ($(ARCH),axp)