]> gitweb @ CieloNegro.org - pkgsrc-firefox3.git/blob - patches/patch-bq
Initial revision of the upstream www/firefox3
[pkgsrc-firefox3.git] / patches / patch-bq
1 $NetBSD: patch-bq,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $
2
3 diff -ruN ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h ./xpcom/io/nsLocalFileUnix.h
4 --- ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h  2004-04-18 23:18:14.000000000 +0900
5 +++ ./xpcom/io/nsLocalFileUnix.h        2005-12-04 19:18:04.000000000 +0900
6 @@ -73,7 +73,7 @@
7  #endif
8  
9  // so we can statfs on freebsd
10 -#if defined(__FreeBSD__)
11 +#if defined(__FreeBSD__) || ((defined(__DragonFly__) || defined(__NetBSD__)) && !defined(HAVE_STATVFS))
12      #define HAVE_SYS_STATFS_H
13      #define STATFS statfs
14      #include <sys/param.h>