aboutsummaryrefslogtreecommitdiff
path: root/games/armagetron/files/patch-Makefile.global.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/armagetron/files/patch-Makefile.global.in')
-rw-r--r--games/armagetron/files/patch-Makefile.global.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/armagetron/files/patch-Makefile.global.in b/games/armagetron/files/patch-Makefile.global.in
new file mode 100644
index 000000000000..fc8b79618164
--- /dev/null
+++ b/games/armagetron/files/patch-Makefile.global.in
@@ -0,0 +1,11 @@
+--- Makefile.global.in.orig Sat Nov 12 16:05:46 2005
++++ Makefile.global.in Sat Nov 12 16:05:55 2005
+@@ -116,7 +116,7 @@
+ for f in ${srcdir}/*.m4 ; do\
+ echo >> .m4.dep;\
+ echo -n $$( echo $$f | sed -e "s/.m4$$/.ghost/" -e "s|${srcdir}/||" ) >> .m4.dep;\
+- echo -en ":" >> .m4.dep;\
++ echo -n ":" >> .m4.dep;\
+ { echo -n "define(include,\$$1\) define(m4,ghost)" ; grep "include(" $$f; }| m4 >> .m4.dep;\
+ done
+