summaryrefslogtreecommitdiff
path: root/shells/zsh-current/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh-current/patches/patch-ae')
-rw-r--r--shells/zsh-current/patches/patch-ae15
1 files changed, 0 insertions, 15 deletions
diff --git a/shells/zsh-current/patches/patch-ae b/shells/zsh-current/patches/patch-ae
deleted file mode 100644
index 2767f6d87d0..00000000000
--- a/shells/zsh-current/patches/patch-ae
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2007/09/21 05:24:43 uebayasi Exp $
-
---- Src/mkmakemod.sh.orig 2006-05-27 13:49:53.000000000 -0400
-+++ Src/mkmakemod.sh 2007-04-28 15:00:56.000000000 -0400
-@@ -112,9 +112,7 @@
- module_list="${bin_mods}${dyn_mods}"
-
- # check 2.13, 2.50, and 2.60 syntaxes
-- if grep '%@D@%D%' config.status >/dev/null ||
-- 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