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
561 B
Text
13 lines
561 B
Text
$NetBSD: patch-ap,v 1.1.1.1 2008/11/06 11:50:47 thomasklausner Exp $
|
|
|
|
--- security/coreconf/command.mk.orig 2007-05-09 01:38:16.000000000 +0000
|
|
+++ security/coreconf/command.mk
|
|
@@ -45,7 +45,7 @@ ASFLAGS += $(CFLAGS)
|
|
CCF = $(CC) $(CFLAGS)
|
|
LINK_DLL = $(LINK) $(OS_DLLFLAGS) $(DLLFLAGS)
|
|
LINK_EXE = $(LINK) $(OS_LFLAGS) $(LFLAGS)
|
|
-CFLAGS = $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \
|
|
+CFLAGS += $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \
|
|
$(XCFLAGS)
|
|
PERL = perl
|
|
RANLIB = echo
|