diff options
author | salo <salo@pkgsrc.org> | 2006-09-26 19:41:48 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-09-26 19:41:48 +0000 |
commit | c295a239cdfe0b54e2deaaddbba0d18acf740ef9 (patch) | |
tree | dc30d7665eedf1721521c10e808be3d49d81ba1e /time/sunbird/patches | |
parent | d1c82728a46b945818d225f6ae7b8fe87c4ca9e2 (diff) | |
download | pkgsrc-c295a239cdfe0b54e2deaaddbba0d18acf740ef9.tar.gz |
Use the Linux xpcom code on amd64 as firefox, thunderbird and seamonkey do.
Fixes build on amd64.
Tested by <oster>, thanks.
Diffstat (limited to 'time/sunbird/patches')
-rw-r--r-- | time/sunbird/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/sunbird/patches/patch-ac b/time/sunbird/patches/patch-ac index 5b2ef8be79b..579f3511291 100644 --- a/time/sunbird/patches/patch-ac +++ b/time/sunbird/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.3 2006/06/27 11:11:52 joerg Exp $ +$NetBSD: patch-ac,v 1.4 2006/09/26 19:41:48 salo Exp $ --- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2006-03-28 20:03:49.000000000 +0000 +++ xpcom/reflect/xptcall/src/md/unix/Makefile.in @@ -15,7 +15,7 @@ $NetBSD: patch-ac,v 1.3 2006/06/27 11:11:52 joerg Exp $ endif 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 # |