slackbuilds_ponce/games/iortcw/patches/Makefile-MP-1.5a-remove-ref-to-git-index-file.patch
Sébastien Ballet 31a072b732 games/iortcw: Added (Game engine for Return To Castle Wolfenstein).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-12-23 23:53:59 +00:00

15 lines
540 B
Diff

--- 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
#############################################################################