summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2015-04-30 20:45:41 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:22 +0200
commit7e412ea777cd651603e8906fe244d35651850408 (patch)
treee2b15946d11915082cac09b097a9f2b20a0b9f4c /app-shells
parentFix zsh with gcc-5. Bump classic-theme-restorer, shumway (diff)
downloadmv-7e412ea777cd651603e8906fe244d35651850408.tar.gz
mv-7e412ea777cd651603e8906fe244d35651850408.tar.bz2
mv-7e412ea777cd651603e8906fe244d35651850408.zip
Hotfix for zsh
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh/files/zsh-5.0.7-gcc-5.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-shells/zsh/files/zsh-5.0.7-gcc-5.patch b/app-shells/zsh/files/zsh-5.0.7-gcc-5.patch
index c59c3cd2..fbf98edf 100644
--- a/app-shells/zsh/files/zsh-5.0.7-gcc-5.patch
+++ b/app-shells/zsh/files/zsh-5.0.7-gcc-5.patch
@@ -1,3 +1,14 @@
+--- a/Src/Modules/system.mdd
++++ b/Src/Modules/system.mdd
+@@ -15,7 +15,7 @@
+ touch errtmp.out; \
+ else \
+ $(AWK) -f $(sdir)/errnames1.awk @ERRNO_H@ >errtmp.c; \
+- $(CPP) errtmp.c >errtmp.out; \
++ $(CPP) -P errtmp.c >errtmp.out; \
+ fi
+ $(AWK) -f $(sdir)/errnames2.awk errtmp.out > $@
+ rm -f errtmp.c errtmp.out
--- a/Src/zsh.mdd
+++ b/Src/zsh.mdd
@@ -24,7 +24,7 @@ hdrdeps="zshcurses.h zshterm.h"