pkgsrc/shells/zsh/patches/patch-ae
uebayasi 695f37d78c Update zsh to 4.2.7.
Changes are unknown.
2008-12-21 16:53:31 +00:00

15 lines
562 B
Text

$NetBSD: patch-ae,v 1.2 2008/12/21 16:53:31 uebayasi Exp $
--- 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 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