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-mkdepend-imakemdep.h | |
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-mkdepend-imakemdep.h')
-rw-r--r-- | mail/lightning/files/patch-config-mkdepend-imakemdep.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/lightning/files/patch-config-mkdepend-imakemdep.h b/mail/lightning/files/patch-config-mkdepend-imakemdep.h new file mode 100644 index 000000000000..b688e664475d --- /dev/null +++ b/mail/lightning/files/patch-config-mkdepend-imakemdep.h @@ -0,0 +1,10 @@ +--- config/mkdepend/imakemdep.h Fri Sep 4 21:22:25 1998 ++++ config/mkdepend/imakemdep.h Thu Oct 16 22:43:25 2003 +@@ -278,4 +278,7 @@ + "-D__i386__", + # endif ++# if defined(__amd64__) || defined(__x86_64__) ++ "-D__amd64__ -D__x86_64__", ++# endif + # ifdef __GNUC__ + "-traditional", |