diff options
author | ghen <ghen@pkgsrc.org> | 2006-06-10 12:50:04 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-06-10 12:50:04 +0000 |
commit | 5516f8f414e692037a2bb89178239c7b734db692 (patch) | |
tree | ecc9be379f69b8ceb7c0fe2a6e51733fde5e5d20 /mail/thunderbird/patches | |
parent | 229a80cffc60720e5b5105db8b387fa95cb96686 (diff) | |
download | pkgsrc-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-ac | 4 |
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 # |