summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-06-10 12:50:04 +0000
committerghen <ghen@pkgsrc.org>2006-06-10 12:50:04 +0000
commit5516f8f414e692037a2bb89178239c7b734db692 (patch)
treeecc9be379f69b8ceb7c0fe2a6e51733fde5e5d20 /mail
parent229a80cffc60720e5b5105db8b387fa95cb96686 (diff)
downloadpkgsrc-5516f8f414e692037a2bb89178239c7b734db692.tar.gz
Use xpcom code for linux on amd64, similar to the earlier fix for firefox,
from PR pkg/33181.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/distinfo4
-rw-r--r--mail/thunderbird/patches/patch-ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 2f535771f58..6b772f59dd6 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.23 2006/06/03 08:04:36 ghen Exp $
+$NetBSD: distinfo,v 1.24 2006/06/10 12:50:04 ghen Exp $
SHA1 (thunderbird-1.5.0.4-source.tar.bz2) = 492dd76460fc14543a70349263b64b0a2803bee9
RMD160 (thunderbird-1.5.0.4-source.tar.bz2) = 27e88578d8857e48b46ee4dff2900f27b8a0f447
Size (thunderbird-1.5.0.4-source.tar.bz2) = 35872600 bytes
SHA1 (patch-aa) = ff3586c00ff8d3fa6a1bda639116778169ad4466
SHA1 (patch-ab) = 824a3ce1f608e8fff16e2366c7962f23a4321b10
-SHA1 (patch-ac) = 5561b6fedb5417534fefdf3404a93b1915d00be3
+SHA1 (patch-ac) = 02804b8276b4b9552ea4587e6c020b87ddb59cf0
SHA1 (patch-ad) = 19afc8dfaf9f14439d747e42ee2f64a9c1a9dc3d
SHA1 (patch-ae) = 364b91f0bf51e49bb140e13dfb775a89ea38bb28
SHA1 (patch-af) = 1306065f359a4acc2c2c4a0865d8401baacb7a15
diff --git a/mail/thunderbird/patches/patch-ac b/mail/thunderbird/patches/patch-ac
index 8d1ade7bfbc..0540c13b3f1 100644
--- a/mail/thunderbird/patches/patch-ac
+++ b/mail/thunderbird/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.6 2006/02/05 14:49:05 ghen Exp $
+$NetBSD: patch-ac,v 1.7 2006/06/10 12:50:04 ghen Exp $
--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2006-02-02 13:20:12.000000000 +0100
+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in
@@ -12,7 +12,7 @@ $NetBSD: patch-ac,v 1.6 2006/02/05 14:49:05 ghen Exp $
CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp
endif
+ifeq (amd64,$(OS_TEST))
-+CPPSRCS := xptcinvoke_unixish_amd64.cpp xptcstubs_unixish_amd64.cpp
++CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp
+endif
endif
#