diff options
Diffstat (limited to 'shells/zsh/patches/patch-ae')
-rw-r--r-- | shells/zsh/patches/patch-ae | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/shells/zsh/patches/patch-ae b/shells/zsh/patches/patch-ae index 1633ef03c5f..a34aa2ab938 100644 --- a/shells/zsh/patches/patch-ae +++ b/shells/zsh/patches/patch-ae @@ -1,13 +1,14 @@ -$NetBSD: patch-ae,v 1.1 2004/03/28 18:35:45 recht Exp $ +$NetBSD: patch-ae,v 1.2 2008/12/21 16:53:31 uebayasi 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 @@ +--- Src/mkmakemod.sh.orig 2007-10-25 17:40:46.000000000 +0900 ++++ Src/mkmakemod.sh +@@ -112,9 +112,7 @@ if $first_stage; then module_list="${bin_mods}${dyn_mods}" - # check both 2.13 and 2.50 syntax + # check 2.13, 2.50, and 2.60 syntaxes - if grep '%@D@%D%' config.status >/dev/null || -- grep ',@D@,D,' config.status >/dev/null; then +- 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 |