diff options
author | tron <tron@pkgsrc.org> | 2004-04-25 13:27:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-04-25 13:27:06 +0000 |
commit | 1d6c5f7987386b7c67ef0bf1e23874e28d22d2b1 (patch) | |
tree | 76a951121fa3b67a55a6237eb1d1ae797d99010b /www | |
parent | 983dd0f52349663254e16a4fefe100b6d29f5925 (diff) | |
download | pkgsrc-1d6c5f7987386b7c67ef0bf1e23874e28d22d2b1.tar.gz |
Backout broken change which also fixes problems with the recorded checksum.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/patches/patch-bq | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/patches/patch-bq b/www/mozilla/patches/patch-bq index c0a2c877728..456ea9d7877 100644 --- a/www/mozilla/patches/patch-bq +++ b/www/mozilla/patches/patch-bq @@ -1,4 +1,4 @@ -$NetBSD: patch-bq,v 1.6 2004/04/25 04:16:43 xtraeme Exp $ +$NetBSD: patch-bq,v 1.7 2004/04/25 13:27:06 tron 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 @@ -8,7 +8,7 @@ diff -ru ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h ./xpcom/io/nsLocalFileUnix.h // 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> |