summaryrefslogtreecommitdiff
path: root/sysutils/coreutils/patches/patch-ca
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/coreutils/patches/patch-ca')
-rw-r--r--sysutils/coreutils/patches/patch-ca28
1 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/coreutils/patches/patch-ca b/sysutils/coreutils/patches/patch-ca
new file mode 100644
index 00000000000..15f40b271f8
--- /dev/null
+++ b/sysutils/coreutils/patches/patch-ca
@@ -0,0 +1,28 @@
+$NetBSD: patch-ca,v 1.1 2005/03/21 14:44:08 tv Exp $
+
+--- configure.orig Thu Mar 11 03:58:11 2004
++++ configure
+@@ -27323,6 +27323,10 @@ _ACEOF
+ fi
+ fi
+
++case $host in
++*-interix3*) ac_list_mounted_fs=found;;
++esac
++
+ if test -z "$ac_list_mounted_fs"; then
+ { { echo "$as_me:$LINENO: error: could not determine how to read list of mounted filesystems" >&5
+ echo "$as_me: error: could not determine how to read list of mounted filesystems" >&2;}
+@@ -44983,10 +44987,12 @@ for ac_func in \
+ mempcpy \
+ mkfifo \
+ realpath \
++ setgroups \
+ sethostname \
+ strchr \
+ strerror \
+ strrchr \
++ sync \
+ sysctl \
+ sysinfo \
+ wcrtomb \