summaryrefslogtreecommitdiff
path: root/shells/zsh3/patches/patch-ad
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-06-05 16:30:14 +0000
committerjtb <jtb@pkgsrc.org>2001-06-05 16:30:14 +0000
commit99f8891816da51f2f11d4dd212305e38c05fe7f2 (patch)
tree164d235cd442f05bbf2acec3804fc2039b7f21a7 /shells/zsh3/patches/patch-ad
parentc059e72ebd4ea4ee39583894dac9d101e8a7e766 (diff)
downloadpkgsrc-99f8891816da51f2f11d4dd212305e38c05fe7f2.tar.gz
Moved former zsh to zsh3 for those who want to continue using the
old stable version.
Diffstat (limited to 'shells/zsh3/patches/patch-ad')
-rw-r--r--shells/zsh3/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/zsh3/patches/patch-ad b/shells/zsh3/patches/patch-ad
new file mode 100644
index 00000000000..98f7a78d7b9
--- /dev/null
+++ b/shells/zsh3/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2001/06/05 16:30:14 jtb Exp $
+
+--- Makefile.in.orig Thu Jan 6 15:45:59 2000
++++ Makefile.in Thu Jan 6 15:46:16 2000
+@@ -50,7 +50,7 @@
+ CPPFLAGS = @CPPFLAGS@
+ DEFS = @DEFS@
+ CFLAGS = @CFLAGS@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -s
+ LIBS = @LIBS@
+
+ # ========== YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW HERE ==========