Date: Sat, 19 Jul 2014 15:25:43 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362264 - head/games/quake3/files Message-ID: <201407191525.s6JFPhMC013268@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Jul 19 15:25:43 2014 New Revision: 362264 URL: http://svnweb.freebsd.org/changeset/ports/362264 QAT: https://qat.redports.org/buildarchive/r362264/ Log: 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 Modified: head/games/quake3/files/patch-code-unix-Makefile Modified: head/games/quake3/files/patch-code-unix-Makefile ============================================================================== --- head/games/quake3/files/patch-code-unix-Makefile Sat Jul 19 14:09:12 2014 (r362263) +++ head/games/quake3/files/patch-code-unix-Makefile Sat Jul 19 15:25:43 2014 (r362264) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407191525.s6JFPhMC013268>