From bed421e85c455755e5739d23e5cdd9630c4519f5 Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 28 May 2004 19:20:38 +0000 Subject: Let this build on systems where getmntinfo receives an statfs parameter, not statvfs. NetBSD seems to be the (only?) exception. From Sergio Jiménez. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- audio/bmp/distinfo | 4 ++-- audio/bmp/patches/patch-ap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/bmp') diff --git a/audio/bmp/distinfo b/audio/bmp/distinfo index 5d9d01fd2a0..6b57b898351 100644 --- a/audio/bmp/distinfo +++ b/audio/bmp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/05/15 09:34:53 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2004/05/28 19:20:38 jmmv Exp $ SHA1 (bmp-0.9.6.1.tar.gz) = c07b55c7fa3e965ff07bf7794b1ca03d00606197 Size (bmp-0.9.6.1.tar.gz) = 1472078 bytes @@ -15,4 +15,4 @@ SHA1 (patch-al) = 3887309232a926fa689e4d996ab4747eff38cde8 SHA1 (patch-am) = b1b15fe6deeee7e9d51ce3cb8739baf9886e3812 SHA1 (patch-an) = da55750c5ee50acfd25e695813bfc025c4fc7b5f SHA1 (patch-ao) = 9043ce4618715ff2cfe12df0d31806a9745c25ed -SHA1 (patch-ap) = fadea25b0758a15e63b7849005d21d4658b48025 +SHA1 (patch-ap) = 76d750aa820e9710d2520d3cec067d91346dc5aa diff --git a/audio/bmp/patches/patch-ap b/audio/bmp/patches/patch-ap index 60fdd0253ed..caa667f9495 100644 --- a/audio/bmp/patches/patch-ap +++ b/audio/bmp/patches/patch-ap @@ -1,4 +1,4 @@ -$NetBSD: patch-ap,v 1.1 2004/05/15 09:34:53 jmmv Exp $ +$NetBSD: patch-ap,v 1.2 2004/05/28 19:20:39 jmmv Exp $ --- Input/cdaudio/cdaudio.c.orig 2003-12-24 14:27:54.000000000 +0100 +++ Input/cdaudio/cdaudio.c @@ -6,7 +6,7 @@ $NetBSD: patch-ap,v 1.1 2004/05/15 09:34:53 jmmv Exp $ FILE *mounts; struct mntent *mnt; #elif defined(HAVE_GETMNTINFO) -+#if defined(HAVE_STATVFS) ++#if defined(__NetBSD__) && defined(HAVE_STATVFS) + struct statvfs *fsp; +#else struct statfs *fsp; -- cgit v1.2.3