summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-09-06 12:53:44 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-09-06 12:53:44 +0000
commitd96d0e061ab0414ba3da0881ffdee71c0d9a82b9 (patch)
tree1ca38f1131b79d2803a49d49e53290cd8bb3c7c6 /games-fps/warsow
parentAdded masked revision for testing new rules/merged with upstream. (diff)
downloadgentoo-2-d96d0e061ab0414ba3da0881ffdee71c0d9a82b9.tar.gz
gentoo-2-d96d0e061ab0414ba3da0881ffdee71c0d9a82b9.tar.bz2
gentoo-2-d96d0e061ab0414ba3da0881ffdee71c0d9a82b9.zip
Add missing patch, bug #191474
(Portage version: 2.1.3.7)
Diffstat (limited to 'games-fps/warsow')
-rw-r--r--games-fps/warsow/ChangeLog6
-rw-r--r--games-fps/warsow/files/warsow-0.3.2-build.patch37
2 files changed, 42 insertions, 1 deletions
diff --git a/games-fps/warsow/ChangeLog b/games-fps/warsow/ChangeLog
index 22bc45bba3ed..2355870e7dc4 100644
--- a/games-fps/warsow/ChangeLog
+++ b/games-fps/warsow/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/warsow
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.8 2007/09/05 23:01:54 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.9 2007/09/06 12:53:44 nyhm Exp $
+
+ 06 Sep 2007; Tristan Heaven <nyhm@gentoo.org>
+ +files/warsow-0.3.2-build.patch:
+ Add missing patch, bug #191474
*warsow-0.3.2 (05 Sep 2007)
diff --git a/games-fps/warsow/files/warsow-0.3.2-build.patch b/games-fps/warsow/files/warsow-0.3.2-build.patch
new file mode 100644
index 000000000000..86510a42de7a
--- /dev/null
+++ b/games-fps/warsow/files/warsow-0.3.2-build.patch
@@ -0,0 +1,37 @@
+--- 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