fe3bc7f79f
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
392 B
Text
13 lines
392 B
Text
$NetBSD: patch-el,v 1.1.1.1 2008/11/06 11:50:47 thomasklausner Exp $
|
|
|
|
--- build/autoconf/mozconfig2configure.orig 2006-02-23 10:36:14.000000000 +0100
|
|
+++ build/autoconf/mozconfig2configure
|
|
@@ -79,7 +79,7 @@ ac_add_options() {
|
|
ac_add_app_options() {
|
|
APP=$1
|
|
shift;
|
|
- if [ "$APP" == "$MOZ_BUILD_APP" ]; then
|
|
+ if [ "$APP" = "$MOZ_BUILD_APP" ]; then
|
|
ac_add_options "$*";
|
|
fi
|
|
}
|