svn commit: r362264 - head/games/quake3/files

John Marino marino at FreeBSD.org
Sat Jul 19 15:25:44 UTC 2014


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)


More information about the svn-ports-head mailing list