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
commit78c57efc76b9266d2f99d220607fb47888e55494 (patch)
tree3fe2bc910df84f74fa31f40ce50ff778e19c12f5 /shells
parent8f9a168069cdab12e0abe2a53f8257ce75468fcc (diff)
downloadpkgsrc-78c57efc76b9266d2f99d220607fb47888e55494.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 ==========