diff options
author | Sébastien Ballet <slacker6896@gmail.com> | 2016-12-23 23:53:59 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-23 23:53:59 +0000 |
commit | 31a072b732b9bbf61cfc030e120563d6e2165c12 (patch) | |
tree | 660cf52b497f97c92758a0eefd190d15e5ab4d6a /games/iortcw/patches | |
parent | fa9d2cc851ec2d84c610da719e972d59d6908c25 (diff) | |
download | slackbuilds-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.patch | 15 | ||||
-rw-r--r-- | games/iortcw/patches/Makefile-SP-1.5a-remove-ref-to-git-index-file.patch | 15 |
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 + + + ############################################################################# |