pkgsrc/time/sunbird/patches/patch-ap
ghen 832bf56e76 Update sunbird to 0.3alpha2, the second official release of the Mozilla Sunbird
project.

From the Release Notes:

Sunbird 0.3 alpha2 is not intended to be a production-quality release. (See
Limitations and Known Bugs) Instead, it is being released largely in order to
showcase/test the advanced new view code. This includes:

    * Inline editing of event titles
    * Restoration of drag and drop editing in the day/week views

In addition to showcasing and testing the new views, Sunbird 0.3 alpha2 aims to
fix many bugs identified in Sunbird 0.3 alpha1. Some highlights are:

    * Ability to modify individual elements of a recurring event
    * Fewer import/export errors
    * Better error reporting
    * Improved alarm functionality
    * A new, more intuitive New Event dialog
    * Better Mac support
    * Many other minor bug fixes
2006-06-07 19:29:59 +00:00

13 lines
551 B
Text

$NetBSD: patch-ap,v 1.2 2006/06/07 19:29:59 ghen Exp $
--- security/coreconf/command.mk.orig 2006-06-07 17:51:56.000000000 +0200
+++ 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)
RANLIB = echo
TAR = /bin/tar