summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-03-28 18:35:45 +0000
committerrecht <recht@pkgsrc.org>2004-03-28 18:35:45 +0000
commit27034c090f8073ffe2f433393f19d7910b0b0daf (patch)
treea96521a478c2697a54b711be5331843913c62581 /shells
parent986b4c2ea73612d9065d722e7986e783a275950f (diff)
downloadpkgsrc-27034c090f8073ffe2f433393f19d7910b0b0daf.tar.gz
Add missing patch-ae.
Note by Geoff Wing
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/shells/zsh/patches/patch-ae b/shells/zsh/patches/patch-ae
new file mode 100644
index 00000000000..1633ef03c5f
--- /dev/null
+++ b/shells/zsh/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2004/03/28 18:35:45 recht Exp $
+
+--- Src/mkmakemod.sh.org 2004-02-15 05:50:17.000000000 +1100
++++ Src/mkmakemod.sh 2004-03-26 14:18:45.000000000 +1100
+@@ -112,8 +112,7 @@
+ module_list="${bin_mods}${dyn_mods}"
+
+ # check both 2.13 and 2.50 syntax
+- if grep '%@D@%D%' config.status >/dev/null ||
+- grep ',@D@,D,' config.status >/dev/null; then
++ if grep '^#[ \t]*define[ \t][ \t]*DYNAMIC[ \t]' config.h >/dev/null; then
+ is_dynamic=true
+ else
+ is_dynamic=false