diff options
Diffstat (limited to 'devel/xulrunner/patches/patch-mb')
-rw-r--r-- | devel/xulrunner/patches/patch-mb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/xulrunner/patches/patch-mb b/devel/xulrunner/patches/patch-mb index b4b24b368ff..06ae79686e1 100644 --- a/devel/xulrunner/patches/patch-mb +++ b/devel/xulrunner/patches/patch-mb @@ -1,8 +1,8 @@ -$NetBSD: patch-mb,v 1.5 2011/04/26 14:16:37 tnn Exp $ +$NetBSD: patch-mb,v 1.6 2011/07/11 12:46:14 tnn Exp $ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2010-04-21 09:07:48.000000000 +0000 +--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2011-06-15 21:58:01.000000000 +0000 +++ xpcom/reflect/xptcall/src/md/unix/Makefile.in -@@ -83,7 +83,7 @@ endif +@@ -97,7 +97,7 @@ endif endif endif @@ -11,7 +11,7 @@ $NetBSD: patch-mb,v 1.5 2011/04/26 14:16:37 tnn Exp $ ifeq (86,$(findstring 86,$(OS_TEST))) CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp endif -@@ -92,7 +92,7 @@ endif +@@ -106,7 +106,7 @@ endif # New code for Linux, et. al., with gcc # Migrate other platforms here after testing # @@ -20,7 +20,7 @@ $NetBSD: patch-mb,v 1.5 2011/04/26 14:16:37 tnn Exp $ # Linux/x86-64 ifeq (x86_64,$(OS_TEST)) CPPSRCS := xptcinvoke_x86_64_unix.cpp xptcstubs_x86_64_linux.cpp -@@ -110,12 +110,6 @@ ASFILES := xptcstubs_asm_ipf64.s xptcin +@@ -124,12 +124,6 @@ ASFILES := xptcstubs_asm_ipf64.s xptcin endif endif # @@ -30,10 +30,10 @@ $NetBSD: patch-mb,v 1.5 2011/04/26 14:16:37 tnn Exp $ -CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp -endif -# - # BeOS/Intel (uses the same unixish_x86 code) + # Neutrino/Intel (uses the same unixish_x86 code) # - ifeq ($(OS_ARCH)$(OS_TEST),BeOSBePC) -@@ -210,7 +204,7 @@ endif + ifeq ($(OS_TARGET),NTO) +@@ -212,7 +206,7 @@ endif # NetBSD/ARM # ifeq ($(OS_ARCH),NetBSD) @@ -42,7 +42,7 @@ $NetBSD: patch-mb,v 1.5 2011/04/26 14:16:37 tnn Exp $ CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp endif endif -@@ -265,7 +259,7 @@ endif +@@ -269,7 +263,7 @@ endif # NetBSD/m68k # ifeq ($(OS_ARCH),NetBSD) @@ -51,7 +51,7 @@ $NetBSD: patch-mb,v 1.5 2011/04/26 14:16:37 tnn Exp $ CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp endif endif -@@ -350,9 +344,10 @@ endif +@@ -359,9 +353,10 @@ endif # # NetBSD/PPC # @@ -63,7 +63,7 @@ $NetBSD: patch-mb,v 1.5 2011/04/26 14:16:37 tnn Exp $ endif # -@@ -424,6 +419,13 @@ CPPSRCS := xptcinvoke_sparc64_openbsd.c +@@ -433,6 +428,13 @@ CPPSRCS := xptcinvoke_sparc64_openbsd.c ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s endif # |