pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Unbreak pkg_install on Irix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df7f8c55584e
branches:  trunk
changeset: 461285:df7f8c55584e
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sat Sep 13 16:17:40 2003 +0000

description:
Unbreak pkg_install on Irix by adding irix to the statvfs dance in libnbcompat,
as suggested by Grant.

diffstat:

 pkgtools/libnbcompat/files/configure    |  2 +-
 pkgtools/libnbcompat/files/configure.ac |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r adeed0652f54 -r df7f8c55584e pkgtools/libnbcompat/files/configure
--- a/pkgtools/libnbcompat/files/configure      Sat Sep 13 15:21:27 2003 +0000
+++ b/pkgtools/libnbcompat/files/configure      Sat Sep 13 16:17:40 2003 +0000
@@ -7679,7 +7679,7 @@
 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 -r adeed0652f54 -r df7f8c55584e pkgtools/libnbcompat/files/configure.ac
--- a/pkgtools/libnbcompat/files/configure.ac   Sat Sep 13 15:21:27 2003 +0000
+++ b/pkgtools/libnbcompat/files/configure.ac   Sat Sep 13 16:17:40 2003 +0000
@@ -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 @@
 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)
                ])



Home | Main Index | Thread Index | Old Index