summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-09-13 16:17:40 +0000
committerjschauma <jschauma@pkgsrc.org>2003-09-13 16:17:40 +0000
commitddacbe098a5283889afd045e3d94fbe8c2b241b4 (patch)
tree8c272a7dc54fc9f59a3502478ac41e8ee4330f6b /pkgtools
parent86eeac459fdd2c794056e03b57ecff1c578a407a (diff)
downloadpkgsrc-ddacbe098a5283889afd045e3d94fbe8c2b241b4.tar.gz
Unbreak pkg_install on Irix by adding irix to the statvfs dance in libnbcompat,
as suggested by Grant.
Diffstat (limited to 'pkgtools')
-rwxr-xr-xpkgtools/libnbcompat/files/configure2
-rw-r--r--pkgtools/libnbcompat/files/configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure
index 97bb418ab65..a28746eafde 100755
--- a/pkgtools/libnbcompat/files/configure
+++ b/pkgtools/libnbcompat/files/configure
@@ -7679,7 +7679,7 @@ echo "${ECHO_T}$ac_cv_func_statfs" >&6
if test $ac_cv_func_statfs = yes; then
case $host_os in
- sunos*|solaris*)
+ irix*|sunos*|solaris*)
echo "$as_me:$LINENO: checking for statvfs" >&5
echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
if test "${ac_cv_func_statvfs+set}" = set; then
diff --git a/pkgtools/libnbcompat/files/configure.ac b/pkgtools/libnbcompat/files/configure.ac
index 78b35817346..94038909e9b 100644
--- a/pkgtools/libnbcompat/files/configure.ac
+++ b/pkgtools/libnbcompat/files/configure.ac
@@ -1,4 +1,4 @@
-dnl $NetBSD: configure.ac,v 1.27 2003/09/13 03:50:13 jlam Exp $
+dnl $NetBSD: configure.ac,v 1.28 2003/09/13 16:17:41 jschauma Exp $
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
@@ -172,7 +172,7 @@ dnl
pkg_use_nbcompat_statfs=yes
AC_CHECK_FUNC(statfs, [
case $host_os in
- sunos*|solaris*)
+ irix*|sunos*|solaris*)
AC_CHECK_FUNC(statvfs, [:], [
AC_MSG_ERROR(statfs can't be implemented correctly)
])