diff options
author | marino <marino@FreeBSD.org> | 2014-07-19 23:25:43 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-19 23:25:43 +0800 |
commit | 06444a52f4d87bcdc58abb9c1cb77fb861713309 (patch) | |
tree | b5009c49b16e06a23740401cf12cddd58643c834 /games/quake3 | |
parent | 80758ac0644735f7d5472aa50df54a25443bca03 (diff) | |
download | freebsd-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-Makefile | 3 |
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) |