pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/zsh/patches Add missing patch-ae.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ffb500311ec
branches:  trunk
changeset: 471389:1ffb500311ec
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Mar 28 18:35:45 2004 +0000

description:
Add missing patch-ae.
Note by Geoff Wing

diffstat:

 shells/zsh/patches/patch-ae |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 7362a888446b -r 1ffb500311ec shells/zsh/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/zsh/patches/patch-ae       Sun Mar 28 18:35:45 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index