diff options
author | ghen <ghen> | 2006-06-10 12:37:53 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-06-10 12:37:53 +0000 |
commit | 19c68fd70dbba2e3164bfad2eb5bd6dd65cf358d (patch) | |
tree | f021df0765648cdc9e743cf05befb6be55c99bf1 /www/seamonkey/patches | |
parent | 6eaadd9eff548b6c1baa8b4f7d4c3d10246d3fec (diff) | |
download | pkgsrc-19c68fd70dbba2e3164bfad2eb5bd6dd65cf358d.tar.gz |
Use xpcom code for linux on amd64, from PR pkg/33660.
Diffstat (limited to 'www/seamonkey/patches')
-rw-r--r-- | www/seamonkey/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/patches/patch-ac b/www/seamonkey/patches/patch-ac index 8201d0bd1fa..fb22586c2e9 100644 --- a/www/seamonkey/patches/patch-ac +++ b/www/seamonkey/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.1.1.1 2006/03/30 19:15:47 ghen Exp $ +$NetBSD: patch-ac,v 1.2 2006/06/10 12:37:53 ghen Exp $ --- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2005-06-15 10:32:21.000000000 +0200 +++ xpcom/reflect/xptcall/src/md/unix/Makefile.in @@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2006/03/30 19:15:47 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 # |