summaryrefslogtreecommitdiffstats
path: root/games/uhexen2/files/patch-hexenworld__Client__Makefile
blob: 78d1537f4166fc99d6d67febe3f808bd0cde5124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- ./hexenworld/Client/Makefile.orig	2008-04-03 20:37:25.000000000 -0300
+++ ./hexenworld/Client/Makefile	2008-04-21 15:15:19.000000000 -0300
@@ -115,13 +115,13 @@
 USE_SDLAUDIO=yes
 USE_MIDI=yes
 USE_CDAUDIO=yes
-USE_SDLCD=no
+USE_SDLCD=yes
 WITH_SPLASHES=yes
 LINK_DIRECTX=no
 OPT_EXTRA=yes
 LINK_GL_LIBS=no
 USE_3DFXGAMMA=yes
-USE_X86_ASM=yes
+USE_X86_ASM?=no
 COMPILE_32BITS=no
 
 # include the common dirty stuff
@@ -167,7 +167,7 @@
 
 else
 
-CFLAGS := $(CPUFLAGS) -O2 -Wall -ffast-math -fexpensive-optimizations
+CFLAGS := $(CFLAGS) $(CPUFLAGS) -O2 -Wall -ffast-math -fexpensive-optimizations
 
 ifdef NO_UNIT_AT_A_TIME
 CFLAGS := $(CFLAGS) $(call check_gcc,-fno-unit-at-a-time,)
OpenPOWER on IntegriCloud