summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-01 05:35:04 +0000
committerhubertf <hubertf>1998-01-01 05:35:04 +0000
commit8671d9d96c1a776037f3aaf6996b46f7af540106 (patch)
tree3fe2bc910df84f74fa31f40ce50ff778e19c12f5 /shells
parent63aa4c400a943db3242565e9c91b5d55d5132d9f (diff)
downloadpkgsrc-8671d9d96c1a776037f3aaf6996b46f7af540106.tar.gz
Close PR 4760 by Matthias Scheler as suggested.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/patches/patch-ad11
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 ==========