diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-11-18 03:58:13 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-11-18 03:58:13 +0000 |
commit | 6241eb016aae09907b3c4174a13acd6d285b1a37 (patch) | |
tree | 3dc823ba8ec5bf1903d16eef38583a5f1e2f9783 /mail/lightning/files/patch-config_rules.mk | |
parent | - added DisplayCalibrator, WrapperFactory, GNUWash, Poe, MPDCon, (diff) |
Add lightning
Lightning brings the Sunbird calendar to the popular email client,
Mozilla Thunderbird.
Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal
of becoming a cross-platform stand alone mail application using the XUL
user interface language. See the Mozilla Thunderbird project page for
more details.
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.
WWW: http://www.mozilla.org/projects/calendar/lightning/
http://www.mozilla.com/thunderbird/
http://www.mozilla.org/projects/calendar/sunbird/
Notes
Notes:
svn path=/head/; revision=177476
Diffstat (limited to 'mail/lightning/files/patch-config_rules.mk')
-rw-r--r-- | mail/lightning/files/patch-config_rules.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/lightning/files/patch-config_rules.mk b/mail/lightning/files/patch-config_rules.mk new file mode 100644 index 000000000000..7377726fdc66 --- /dev/null +++ b/mail/lightning/files/patch-config_rules.mk @@ -0,0 +1,11 @@ +--- config/rules.mk.orig Fri Jul 7 00:13:36 2006 ++++ config/rules.mk Sun Sep 3 00:04:03 2006 +@@ -443,7 +443,7 @@ + + ifeq ($(OS_ARCH),FreeBSD) + ifdef IS_COMPONENT +-EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic ++EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc + endif + endif + |