summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/warsow/files')
-rw-r--r--games-fps/warsow/files/digest-warsow-0.49
-rw-r--r--games-fps/warsow/files/warsow-0.4-build.patch43
2 files changed, 52 insertions, 0 deletions
diff --git a/games-fps/warsow/files/digest-warsow-0.4 b/games-fps/warsow/files/digest-warsow-0.4
new file mode 100644
index 000000000000..ed1c623146f4
--- /dev/null
+++ b/games-fps/warsow/files/digest-warsow-0.4
@@ -0,0 +1,9 @@
+MD5 d5eac4a33b3543dbc40d984b84e657f8 warsow.png 1692
+RMD160 098a1505a74a20eb4bdfeda4cf2c537a9524ce23 warsow.png 1692
+SHA256 086968e72271b248ef32609ed1818ff9f5c355297b1eee3cbee9e41f4e18a954 warsow.png 1692
+MD5 f4c9dd0683374c6b12b61723b4f7e647 warsow_0.4_sdk.zip 10844992
+RMD160 abe428d0ebc59c2181e7ab557ead95228cf05e85 warsow_0.4_sdk.zip 10844992
+SHA256 76b7e3a3410774c24ed8f78b55fe426e56fff94bef855b788dd2fd73abec6ce2 warsow_0.4_sdk.zip 10844992
+MD5 fcf88aeada971a108895eb5480005c49 warsow_0.4_unified.zip 176202685
+RMD160 d9376fbd94efce2d57dced777f541663bbfc29f0 warsow_0.4_unified.zip 176202685
+SHA256 706d127e7b1a2965ba87a43253cdd085775798b0c32d2814de0405a8f5bf19f3 warsow_0.4_unified.zip 176202685
diff --git a/games-fps/warsow/files/warsow-0.4-build.patch b/games-fps/warsow/files/warsow-0.4-build.patch
new file mode 100644
index 000000000000..4ccbd31c68d3
--- /dev/null
+++ b/games-fps/warsow/files/warsow-0.4-build.patch
@@ -0,0 +1,43 @@
+--- Makefile
++++ Makefile
+@@ -108,9 +108,9 @@
+ LOCALBASE?=/usr/local
+ X11BASE?=/usr/X11R6
+
+-CFLAGS_COMMON=$(CFLAGS) -I. -I$(LOCALBASE)/include -I$(X11BASE)/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wall
+-CFLAGS_RELEASE=-O2 -fno-strict-aliasing -ffast-math -funroll-loops -DNDEBUG
+-CFLAGS_DEBUG=-O0 -ggdb -D_DEBUG
++CFLAGS_COMMON=$(CFLAGS) -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wall -fno-strict-aliasing
++CFLAGS_RELEASE=-DNDEBUG
++CFLAGS_DEBUG=-D_DEBUG
+ ifeq ($(DEBUG_BUILD),YES)
+ CFLAGS_COMMON+=$(CFLAGS_DEBUG)
+ else
+@@ -125,7 +125,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)
+@@ -353,15 +353,15 @@
+
+ all: client openal qf ded cgame game ui irc tv_server
+
+-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
+ irc: $(BUILDDIRS) message-irc compile-irc link-irc
+-tv_server: $(BUILDDIRS) message-tv_server compile-tv_server link-tv_server start-script-tv_server
++tv_server: $(BUILDDIRS) message-tv_server compile-tv_server link-tv_server
+
+ clean: clean-msg clean-depend clean-client clean-openal clean-qf clean-ded clean-cgame clean-game clean-ui clean-irc clean-tv_server
+