summaryrefslogtreecommitdiff
path: root/sysutils/coreutils/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/coreutils/patches/patch-ba')
-rw-r--r--sysutils/coreutils/patches/patch-ba15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/coreutils/patches/patch-ba b/sysutils/coreutils/patches/patch-ba
new file mode 100644
index 00000000000..afed34e532e
--- /dev/null
+++ b/sysutils/coreutils/patches/patch-ba
@@ -0,0 +1,15 @@
+$NetBSD: patch-ba,v 1.1 2005/03/21 14:44:08 tv Exp $
+
+--- m4/ls-mntd-fs.m4.orig Mon Jan 26 04:18:10 2004
++++ m4/ls-mntd-fs.m4
+@@ -271,6 +271,10 @@ if test -z "$ac_list_mounted_fs"; then
+ fi
+ fi
+
++case $host in
++*-interix3*) ac_list_mounted_fs=found;;
++esac
++
+ if test -z "$ac_list_mounted_fs"; then
+ AC_MSG_ERROR([could not determine how to read list of mounted filesystems])
+ # FIXME -- no need to abort building the whole package