]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- obsolete
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 24 Jun 2007 14:54:48 +0000 (14:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh-autoconf.patch -> 1.2

zsh-autoconf.patch [deleted file]

diff --git a/zsh-autoconf.patch b/zsh-autoconf.patch
deleted file mode 100644 (file)
index ce07299..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- zsh-4.3.2/Src/mkmakemod.sh~        2005-08-09 11:55:18.000000000 +0200
-+++ zsh-4.3.2/Src/mkmakemod.sh 2006-08-13 22:06:12.000000000 +0200
-@@ -111,9 +111,10 @@
-     sed -e '/^#/d' -e 's/ .*/ /' -e 's/^name=/ /'`"
-     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
-       is_dynamic=true
-     else
-       is_dynamic=false
This page took 0.140845 seconds and 4 git commands to generate.