diff options
Diffstat (limited to 'games/iortcw/patches/Makefile-MP-1.5a-remove-ref-to-git-index-file.patch')
-rw-r--r-- | games/iortcw/patches/Makefile-MP-1.5a-remove-ref-to-git-index-file.patch | 15 |
1 files changed, 15 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 + + + ############################################################################# |