aboutsummaryrefslogtreecommitdiff
path: root/games/uhexen2/files/patch-hexenworld__Server__Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/uhexen2/files/patch-hexenworld__Server__Makefile')
-rw-r--r--games/uhexen2/files/patch-hexenworld__Server__Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/uhexen2/files/patch-hexenworld__Server__Makefile b/games/uhexen2/files/patch-hexenworld__Server__Makefile
new file mode 100644
index 000000000000..3e5c8b8065e6
--- /dev/null
+++ b/games/uhexen2/files/patch-hexenworld__Server__Makefile
@@ -0,0 +1,11 @@
+--- ./hexenworld/Server/Makefile.orig Fri Oct 6 13:43:35 2006
++++ ./hexenworld/Server/Makefile Tue Jan 9 16:56:32 2007
+@@ -30,7 +30,7 @@
+ #ARCHFLAGS:=
+
+ ifndef DEBUG
+-CFLAGS := $(CPUFLAGS) -O2 -Wall -ffast-math -fexpensive-optimizations
++CFLAGS := $(CFLAGS) $(CPUFLAGS) -O2 -Wall -ffast-math -fexpensive-optimizations
+
+ HAVE_GCC_4_0:=$(shell sh $(UHEXEN2_TOP)/scripts/gcc40check.sh $(CC))
+ DISABLE_UNIT_AT_A_TIME ?=$(HAVE_GCC_4_0)