diff options
Diffstat (limited to 'shells/zsh/patches/patch-ac')
-rw-r--r-- | shells/zsh/patches/patch-ac | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/shells/zsh/patches/patch-ac b/shells/zsh/patches/patch-ac index a68556c7dc3..2d78ba95f32 100644 --- a/shells/zsh/patches/patch-ac +++ b/shells/zsh/patches/patch-ac @@ -1,18 +1,18 @@ -$NetBSD: patch-ac,v 1.14 2004/08/16 16:17:39 recht Exp $ +$NetBSD: patch-ac,v 1.15 2005/01/18 12:44:53 uebayasi Exp $ ---- configure.orig 2004-08-13 12:24:24.000000000 +0200 -+++ configure 2004-08-16 11:54:09.000000000 +0200 -@@ -13691,6 +13691,10 @@ - DLLD="${DLLD=/usr/ccs/bin/cc}" - DLLDARG="${LDARG}" +--- configure.orig Fri Aug 13 19:24:24 2004 ++++ configure Sun Aug 29 06:06:03 2004 +@@ -13713,6 +13713,10 @@ + DLLD="${DLLD=$CC}" + DLLDARG="" ;; + *interix*) + DLLD="${DLLD=$CC}" + DLLDARG="" + ;; * ) - DLLD="${DLLD=$CC}" - DLLDARG="${LDARG}" + DLLD="${DLLD=ld}" + DLLDARG="" @@ -13736,7 +13740,7 @@ esac fi |