diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-01-21 02:40:41 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-01-21 02:40:41 +0000 |
commit | 488aadb9b6cece0aa586444a62c6f3f6add6da62 (patch) | |
tree | af1458fa79bcfd65af040095d9aedb132b740c95 /shells | |
parent | d42c89880e005ef026a45a0905ed980a984fef00 (diff) | |
download | pkgsrc-488aadb9b6cece0aa586444a62c6f3f6add6da62.tar.gz |
Teach about Interix further. From Yoshifumi Hiramatsu.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/distinfo | 4 | ||||
-rw-r--r-- | shells/zsh/patches/patch-ac | 14 |
2 files changed, 13 insertions, 5 deletions
diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo index c4ed98d9ac6..75340d149e7 100644 --- a/shells/zsh/distinfo +++ b/shells/zsh/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2005/01/18 12:44:53 uebayasi Exp $ +$NetBSD: distinfo,v 1.19 2005/01/21 02:40:41 uebayasi Exp $ SHA1 (zsh-4.2.1.tar.bz2) = fadf64908fbb62572b11ec79f7c42960c4e71292 Size (zsh-4.2.1.tar.bz2) = 2039188 bytes SHA1 (patch-aa) = 5e5fde0f21a64c2e0579958868b05737ef0c6afb SHA1 (patch-ab) = 65e7343fcea23aa516975521d0b92a67c06d1bda -SHA1 (patch-ac) = a9409a63f5d09c9449636cb277f73eb7da650bcb +SHA1 (patch-ac) = b41357f2657addf8fb0fe86639f1e7d6c1d6935a SHA1 (patch-ae) = 7d4514d0bad6553d3c0cf115874bf50ed0da3d48 diff --git a/shells/zsh/patches/patch-ac b/shells/zsh/patches/patch-ac index 2d78ba95f32..0283c6b1b15 100644 --- a/shells/zsh/patches/patch-ac +++ b/shells/zsh/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.15 2005/01/18 12:44:53 uebayasi Exp $ +$NetBSD: patch-ac,v 1.16 2005/01/21 02:40:41 uebayasi Exp $ --- configure.orig Fri Aug 13 19:24:24 2004 -+++ configure Sun Aug 29 06:06:03 2004 ++++ configure Fri Jan 21 10:03:35 2005 @@ -13713,6 +13713,10 @@ DLLD="${DLLD=$CC}" DLLDARG="" @@ -13,7 +13,15 @@ $NetBSD: patch-ac,v 1.15 2005/01/18 12:44:53 uebayasi Exp $ * ) DLLD="${DLLD=ld}" DLLDARG="" -@@ -13736,7 +13740,7 @@ +@@ -13723,6 +13727,7 @@ + case "$host_os" in + hpux*) DLLDFLAGS="${DLLDFLAGS=-shared}" ;; + darwin*) DLCFLAGS="${DLCFLAGS=-fno-common}" ;; ++ interix*) DLCFLAGS="${DLCFLAGS=}" ;; + *) DLCFLAGS="${DLCFLAGS=-fPIC}" ;; + esac + else +@@ -13736,7 +13741,7 @@ esac fi case "$host_os" in |