diff options
Diffstat (limited to 'games-fps/anaglyph-stereo-quake/files/makefile-gcc2-cflags.patch')
-rw-r--r-- | games-fps/anaglyph-stereo-quake/files/makefile-gcc2-cflags.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games-fps/anaglyph-stereo-quake/files/makefile-gcc2-cflags.patch b/games-fps/anaglyph-stereo-quake/files/makefile-gcc2-cflags.patch new file mode 100644 index 000000000000..76c9cbf5c876 --- /dev/null +++ b/games-fps/anaglyph-stereo-quake/files/makefile-gcc2-cflags.patch @@ -0,0 +1,7 @@ +--- WinQuake/Makefile.orig 2003-07-14 15:13:27.000000000 -0400 ++++ WinQuake/Makefile 2003-07-14 15:17:10.000000000 -0400 +@@ -39,3 +39,3 @@ + BASE_CFLAGS=-Dstricmp=strcasecmp +-RELEASE_CFLAGS=$(BASE_CFLAGS) -g -mpentiumpro -O6 -ffast-math -funroll-loops \ ++RELEASE_CFLAGS=$(BASE_CFLAGS) GENTOO_CFLAGS -O6 -ffast-math -funroll-loops \ + -fomit-frame-pointer -fexpensive-optimizations |