summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-bq
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-02-05 21:56:20 +0000
committerghen <ghen@pkgsrc.org>2006-02-05 21:56:20 +0000
commitda14c0cfbfacdb81d5e03a838bba26224324f01d (patch)
tree53bbeed220ca533c94e28557bd2cfc00a116b3f8 /time/sunbird/patches/patch-bq
parent9e23f2f50e9ed13c39406f33bb7d6387e4dee4ac (diff)
downloadpkgsrc-da14c0cfbfacdb81d5e03a838bba26224324f01d.tar.gz
Import Mozilla Sunbird, a stand-alone Calendar application:
The Sunbird Project is a redesign of the Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozilla's XUL user interface language. At the moment the Sunbird name is a project name. It is not official and may change in the future. The intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla. Ok with wiz. I'll add a -gtk1 version later this week.
Diffstat (limited to 'time/sunbird/patches/patch-bq')
-rw-r--r--time/sunbird/patches/patch-bq13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/sunbird/patches/patch-bq b/time/sunbird/patches/patch-bq
new file mode 100644
index 00000000000..87b1db6fb7e
--- /dev/null
+++ b/time/sunbird/patches/patch-bq
@@ -0,0 +1,13 @@
+$NetBSD: patch-bq,v 1.1.1.1 2006/02/05 21:56:26 ghen Exp $
+
+--- xpcom/io/nsLocalFileUnix.h.orig 2006-02-02 16:57:57.000000000 +0100
++++ xpcom/io/nsLocalFileUnix.h
+@@ -73,7 +73,7 @@
+ #endif
+
+ // so we can statfs on freebsd
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || (defined(__NetBSD__) && !defined(HAVE_STATVFS))
+ #define HAVE_SYS_STATFS_H
+ #define STATFS statfs
+ #include <sys/param.h>