diff options
Diffstat (limited to 'games-fps/quake2-relnev/files/0.15-Makefile-optflags.patch')
-rw-r--r-- | games-fps/quake2-relnev/files/0.15-Makefile-optflags.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-fps/quake2-relnev/files/0.15-Makefile-optflags.patch b/games-fps/quake2-relnev/files/0.15-Makefile-optflags.patch new file mode 100644 index 000000000000..71a674a2e63f --- /dev/null +++ b/games-fps/quake2-relnev/files/0.15-Makefile-optflags.patch @@ -0,0 +1,10 @@ +--- Makefile.orig 2003-06-28 22:04:22.000000000 -0400 ++++ Makefile 2003-06-28 22:04:54.000000000 -0400 +@@ -342,6 +342,7 @@ + TARGETS += $(BUILDDIR)/ref_softaa.$(SHLIBEXT) + endif + ++RELEASE_CFLAGS += $(OPTCFLAGS) + all: build_debug build_release + + build_debug: |