summaryrefslogtreecommitdiff
path: root/www/mozilla/patches
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2004-04-23 15:32:04 +0000
committertaya <taya@pkgsrc.org>2004-04-23 15:32:04 +0000
commitf5ecb9898deb8eb38e8833c518858813957a63b8 (patch)
treea3532fc6dcd175215c0667b69efd4fd6cf000fa0 /www/mozilla/patches
parentd9791bfb109eb4d0dbb3bf5146d8740fd7431acf (diff)
downloadpkgsrc-f5ecb9898deb8eb38e8833c518858813957a63b8.tar.gz
catch up to current statvfs support
Diffstat (limited to 'www/mozilla/patches')
-rw-r--r--www/mozilla/patches/patch-bq6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla/patches/patch-bq b/www/mozilla/patches/patch-bq
index d07d6000a9a..a649880647d 100644
--- a/www/mozilla/patches/patch-bq
+++ b/www/mozilla/patches/patch-bq
@@ -1,14 +1,14 @@
-$NetBSD: patch-bq,v 1.4 2004/01/17 00:04:49 taya Exp $
+$NetBSD: patch-bq,v 1.5 2004/04/23 15:32:04 taya Exp $
diff -ru ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h ./xpcom/io/nsLocalFileUnix.h
--- ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h 2003-07-19 07:14:16.000000000 +0900
-+++ ./xpcom/io/nsLocalFileUnix.h 2004-01-16 23:18:06.000000000 +0900
++++ ./xpcom/io/nsLocalFileUnix.h 2004-04-23 15:01:23.000000000 +0900
@@ -57,7 +57,7 @@
#endif
// so we can statfs on freebsd
-#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
++#if defined(__FreeBSD__) || (defined(__NetBSD__) && !defined(HAVE_STATVFS))
#define HAVE_SYS_STATFS_H
#define STATFS statfs
#include <sys/param.h>