diff options
Diffstat (limited to 'games-fps/warsow/files/warsow-0.3.2-build.patch')
-rw-r--r-- | games-fps/warsow/files/warsow-0.3.2-build.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/games-fps/warsow/files/warsow-0.3.2-build.patch b/games-fps/warsow/files/warsow-0.3.2-build.patch deleted file mode 100644 index 86510a42de7a..000000000000 --- a/games-fps/warsow/files/warsow-0.3.2-build.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- source/Makefile -+++ source/Makefile -@@ -100,9 +100,9 @@ - LOCALBASE?=/usr/local - X11BASE?=/usr/X11R6 - --CFLAGS_COMMON=$(CFLAGS) -I. -I$(LOCALBASE)/include -I$(X11BASE)/include -Wall --CFLAGS_RELEASE=-O2 -fno-strict-aliasing -ffast-math -funroll-loops -DNDEBUG --CFLAGS_DEBUG=-O0 -ggdb -D_DEBUG -+CFLAGS_COMMON=$(CFLAGS) -I. -fno-strict-aliasing -Wall -+CFLAGS_RELEASE=-DNDEBUG -+CFLAGS_DEBUG=-D_DEBUG - ifeq ($(DEBUG_BUILD),YES) - CFLAGS_COMMON+=$(CFLAGS_DEBUG) - else -@@ -116,7 +116,7 @@ - ifeq ($(OS),FreeBSD) - LDFLAGS_COMMON=-L/usr/local/lib -lm - else --LDFLAGS_COMMON=-L/usr/local/lib -ldl -lm -+LDFLAGS_COMMON=$(LDFLAGS) -ldl -lm - endif - - ifeq ($(ARCH),x86_64) -@@ -287,10 +287,10 @@ - - all: client openal qf ded cgame game ui irc - --client: $(BUILDDIRS) message-client compile-client link-client start-script-client -+client: $(BUILDDIRS) message-client compile-client link-client - openal: $(BUILDDIRS) message-openal compile-openal link-openal - qf: $(BUILDDIRS) message-qf compile-qf link-qf --ded: $(BUILDDIRS) message-ded compile-ded link-ded start-script-ded -+ded: $(BUILDDIRS) message-ded compile-ded link-ded - cgame: $(BUILDDIRS) message-cgame compile-cgame link-cgame - game: $(BUILDDIRS) message-game compile-game link-game - ui: $(BUILDDIRS) message-ui compile-ui link-ui |