summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches
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/thunderbird/patches
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/thunderbird/patches')
-rw-r--r--mail/thunderbird/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
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
#