summaryrefslogtreecommitdiff
path: root/games/iortcw/patches
diff options
context:
space:
mode:
authorSébastien Ballet <slacker6896@gmail.com>2016-12-23 23:53:59 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2016-12-23 23:53:59 +0000
commit31a072b732b9bbf61cfc030e120563d6e2165c12 (patch)
tree660cf52b497f97c92758a0eefd190d15e5ab4d6a /games/iortcw/patches
parentfa9d2cc851ec2d84c610da719e972d59d6908c25 (diff)
downloadslackbuilds-31a072b732b9bbf61cfc030e120563d6e2165c12.tar.gz
games/iortcw: Added (Game engine for Return To Castle Wolfenstein).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/iortcw/patches')
-rw-r--r--games/iortcw/patches/Makefile-MP-1.5a-remove-ref-to-git-index-file.patch15
-rw-r--r--games/iortcw/patches/Makefile-SP-1.5a-remove-ref-to-git-index-file.patch15
2 files changed, 30 insertions, 0 deletions
diff --git a/games/iortcw/patches/Makefile-MP-1.5a-remove-ref-to-git-index-file.patch b/games/iortcw/patches/Makefile-MP-1.5a-remove-ref-to-git-index-file.patch
new file mode 100644
index 0000000000..10edd4a7c9
--- /dev/null
+++ b/games/iortcw/patches/Makefile-MP-1.5a-remove-ref-to-git-index-file.patch
@@ -0,0 +1,15 @@
+--- MP/Makefile.orig 2016-12-20 16:59:48.565402393 +0100
++++ MP/Makefile 2016-12-20 17:00:04.089401418 +0100
+@@ -2692,9 +2692,9 @@
+ $(DO_DED_CC)
+
+ # Extra dependencies to ensure the git version is incorporated
+- $(B)/client/cl_console.o : ../.git/index
+- $(B)/client/common.o : ../.git/index
+- $(B)/ded/common.o : ../.git/index
++# $(B)/client/cl_console.o : ../.git/index
++# $(B)/client/common.o : ../.git/index
++# $(B)/ded/common.o : ../.git/index
+
+
+ #############################################################################
diff --git a/games/iortcw/patches/Makefile-SP-1.5a-remove-ref-to-git-index-file.patch b/games/iortcw/patches/Makefile-SP-1.5a-remove-ref-to-git-index-file.patch
new file mode 100644
index 0000000000..5ed201e737
--- /dev/null
+++ b/games/iortcw/patches/Makefile-SP-1.5a-remove-ref-to-git-index-file.patch
@@ -0,0 +1,15 @@
+--- SP/Makefile.orig 2016-12-20 17:00:31.739399680 +0100
++++ SP/Makefile 2016-12-20 17:01:21.544396550 +0100
+@@ -2658,9 +2658,9 @@
+ $(DO_DED_CC)
+
+ # Extra dependencies to ensure the git version is incorporated
+- $(B)/client/cl_console.o : ../.git/index
+- $(B)/client/common.o : ../.git/index
+- $(B)/ded/common.o : ../.git/index
++# $(B)/client/cl_console.o : ../.git/index
++# $(B)/client/common.o : ../.git/index
++# $(B)/ded/common.o : ../.git/index
+
+
+ #############################################################################