diff options
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/patches/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/zsh/patches/patch-ad b/shells/zsh/patches/patch-ad new file mode 100644 index 00000000000..542cf3fe62f --- /dev/null +++ b/shells/zsh/patches/patch-ad @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Jan 1 06:21:45 1998 ++++ Makefile.in Thu Jan 1 06:21:54 1998 +@@ -52,7 +52,7 @@ + CPPFLAGS = @CPPFLAGS@ + DEFS = @DEFS@ + CFLAGS = @CFLAGS@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -s + LIBS = @LIBS@ + + # ========== YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW HERE ========== |