diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-11 06:05:36 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-11 06:05:36 +0800 |
commit | e6b3469ba539cf4133bb87b7a580e31f88fdde75 (patch) | |
tree | c6747e7e22d62a938d2cb4faeaa264e2727d430e /mail/thunderbird/files/patch-config-mkdepend-imakemdep.h | |
parent | 83f72fe2392123984794c84f25beaa50864996a0 (diff) | |
download | marcuscom-ports-e6b3469ba539cf4133bb87b7a580e31f88fdde75.tar marcuscom-ports-e6b3469ba539cf4133bb87b7a580e31f88fdde75.tar.gz marcuscom-ports-e6b3469ba539cf4133bb87b7a580e31f88fdde75.tar.bz2 marcuscom-ports-e6b3469ba539cf4133bb87b7a580e31f88fdde75.tar.lz marcuscom-ports-e6b3469ba539cf4133bb87b7a580e31f88fdde75.tar.xz marcuscom-ports-e6b3469ba539cf4133bb87b7a580e31f88fdde75.tar.zst marcuscom-ports-e6b3469ba539cf4133bb87b7a580e31f88fdde75.zip |
- Add thunderbird at version 1.1a1
Note: Chrome stuff works with thunderbird (unlinke firefox) so no
need to run as root. there are a few plist errors when removing
thunderbird but everything is removed.
ChangeLog: http://weblogs.mozillazine.org/rumblingedge/archives/2005/06/whats_new_in_th_1.html
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4066 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/thunderbird/files/patch-config-mkdepend-imakemdep.h')
-rw-r--r-- | mail/thunderbird/files/patch-config-mkdepend-imakemdep.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-config-mkdepend-imakemdep.h b/mail/thunderbird/files/patch-config-mkdepend-imakemdep.h new file mode 100644 index 000000000..b688e6644 --- /dev/null +++ b/mail/thunderbird/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", |