From 31a072b732b9bbf61cfc030e120563d6e2165c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ballet?= Date: Fri, 23 Dec 2016 23:53:59 +0000 Subject: games/iortcw: Added (Game engine for Return To Castle Wolfenstein). Signed-off-by: David Spencer --- .../Makefile-MP-1.5a-remove-ref-to-git-index-file.patch | 15 +++++++++++++++ .../Makefile-SP-1.5a-remove-ref-to-git-index-file.patch | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 games/iortcw/patches/Makefile-MP-1.5a-remove-ref-to-git-index-file.patch create mode 100644 games/iortcw/patches/Makefile-SP-1.5a-remove-ref-to-git-index-file.patch (limited to 'games/iortcw/patches') 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 + + + ############################################################################# -- cgit v1.2.3