Doesn't work, just shows an empty Alert dialog on startup. Might need some additional files installed, but the installation framework is strange. 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.
13 lines
422 B
Text
13 lines
422 B
Text
$NetBSD: patch-bq,v 1.1.1.1 2008/11/06 11:50:47 thomasklausner 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>
|