pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/mozilla/patches Backout broken change which also f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5152b5a01d3f
branches:  trunk
changeset: 474104:5152b5a01d3f
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Apr 25 13:27:06 2004 +0000

description:
Backout broken change which also fixes problems with the recorded checksum.

diffstat:

 www/mozilla/patches/patch-bq |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 799fe0b16802 -r 5152b5a01d3f www/mozilla/patches/patch-bq
--- a/www/mozilla/patches/patch-bq      Sun Apr 25 13:22:36 2004 +0000
+++ b/www/mozilla/patches/patch-bq      Sun Apr 25 13:27:06 2004 +0000
@@ -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 @@
  
  // 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>



Home | Main Index | Thread Index | Old Index