summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/zsh/files/zsh-5.0.7-gcc-5.patch')
-rw-r--r--app-shells/zsh/files/zsh-5.0.7-gcc-5.patch22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index fbf98edf..00000000
--- a/app-shells/zsh/files/zsh-5.0.7-gcc-5.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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"
-
- signames.c: signames1.awk signames2.awk ../config.h @SIGNAL_H@
- $(AWK) -f $(sdir)/signames1.awk @SIGNAL_H@ >sigtmp.c
-- $(CPP) sigtmp.c >sigtmp.out
-+ $(CPP) -P sigtmp.c >sigtmp.out
- $(AWK) -f $(sdir)/signames2.awk sigtmp.out > $@
- rm -f sigtmp.c sigtmp.out
-