diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-18 18:05:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-18 18:05:25 +0800 |
commit | 4a6d1353eb944676f012bbe2ba180ba3e6bcc655 (patch) | |
tree | 42d5c98dee3bd027a1ff8e7c4f7e43079dfc38fc /mail/thunderbird-devel/files/patch-config-mkdepend-imakemdep.h | |
parent | 346f8a6f7afca150d0efb7fa035cc5b8453c2b5f (diff) | |
download | marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar.gz marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar.bz2 marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar.lz marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar.xz marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.tar.zst marcuscom-ports-4a6d1353eb944676f012bbe2ba180ba3e6bcc655.zip |
- Add thunderbird-devel using Makefile.common
- Use system libm/nspr/nss
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5165 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/thunderbird-devel/files/patch-config-mkdepend-imakemdep.h')
-rw-r--r-- | mail/thunderbird-devel/files/patch-config-mkdepend-imakemdep.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird-devel/files/patch-config-mkdepend-imakemdep.h b/mail/thunderbird-devel/files/patch-config-mkdepend-imakemdep.h new file mode 100644 index 000000000..b688e6644 --- /dev/null +++ b/mail/thunderbird-devel/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", |