diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-05 21:56:20 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-05 21:56:20 +0000 |
commit | da14c0cfbfacdb81d5e03a838bba26224324f01d (patch) | |
tree | 53bbeed220ca533c94e28557bd2cfc00a116b3f8 /time/sunbird/patches/patch-ap | |
parent | 9e23f2f50e9ed13c39406f33bb7d6387e4dee4ac (diff) | |
download | pkgsrc-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-ap')
-rw-r--r-- | time/sunbird/patches/patch-ap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/time/sunbird/patches/patch-ap b/time/sunbird/patches/patch-ap new file mode 100644 index 00000000000..570661f541a --- /dev/null +++ b/time/sunbird/patches/patch-ap @@ -0,0 +1,13 @@ +$NetBSD: patch-ap,v 1.1.1.1 2006/02/05 21:56:26 ghen Exp $ + +--- security/coreconf/command.mk.orig 2006-02-02 16:57:57.000000000 +0100 ++++ security/coreconf/command.mk +@@ -46,7 +46,7 @@ CCF = $(CC) $(CFLAGS) + LINK_DLL = $(LINK) $(OS_DLLFLAGS) $(DLLFLAGS) + LINK_EXE = $(LINK) $(OS_LFLAGS) $(LFLAGS) + NFSPWD = $(NSINSTALL_DIR)/nfspwd +-CFLAGS = $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ ++CFLAGS += $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ + $(XCFLAGS) + RANLIB = echo + TAR = /bin/tar |