summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-mb
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/patches/patch-mb')
-rw-r--r--www/seamonkey/patches/patch-mb18
1 files changed, 9 insertions, 9 deletions
diff --git a/www/seamonkey/patches/patch-mb b/www/seamonkey/patches/patch-mb
index 9336b5385bf..d5bbab9b007 100644
--- a/www/seamonkey/patches/patch-mb
+++ b/www/seamonkey/patches/patch-mb
@@ -1,8 +1,8 @@
-$NetBSD: patch-mb,v 1.10 2013/05/23 13:25:30 ryoon Exp $
+$NetBSD: patch-mb,v 1.11 2013/07/12 12:24:10 ryoon Exp $
---- mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2013-05-03 03:08:15.000000000 +0000
+--- mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2013-06-20 04:35:24.000000000 +0000
+++ mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in
-@@ -50,7 +50,7 @@ endif
+@@ -49,7 +49,7 @@ endif
endif
endif
@@ -11,7 +11,7 @@ $NetBSD: patch-mb,v 1.10 2013/05/23 13:25:30 ryoon Exp $
ifeq (86,$(findstring 86,$(OS_TEST)))
CPPSRCS := xptcinvoke_gcc_x86_unix.cpp xptcstubs_gcc_x86_unix.cpp
endif
-@@ -59,7 +59,7 @@ endif
+@@ -58,7 +58,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.10 2013/05/23 13:25:30 ryoon Exp $
# Linux/x86-64
ifeq (x86_64,$(OS_TEST))
CPPSRCS := xptcinvoke_x86_64_unix.cpp xptcstubs_x86_64_linux.cpp
-@@ -158,7 +158,7 @@ endif
+@@ -157,7 +157,7 @@ endif
# NetBSD/ARM
#
ifeq ($(OS_ARCH),NetBSD)
@@ -29,7 +29,7 @@ $NetBSD: patch-mb,v 1.10 2013/05/23 13:25:30 ryoon Exp $
CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
endif
endif
-@@ -215,7 +215,7 @@ endif
+@@ -214,7 +214,7 @@ endif
# NetBSD/m68k
#
ifeq ($(OS_ARCH),NetBSD)
@@ -38,7 +38,7 @@ $NetBSD: patch-mb,v 1.10 2013/05/23 13:25:30 ryoon Exp $
CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
endif
endif
-@@ -287,7 +287,7 @@ endif
+@@ -286,7 +286,7 @@ endif
#
# NetBSD/PPC
#
@@ -47,14 +47,14 @@ $NetBSD: patch-mb,v 1.10 2013/05/23 13:25:30 ryoon Exp $
CPPSRCS := xptcinvoke_ppc_netbsd.cpp xptcstubs_ppc_netbsd.cpp
ASFILES := xptcinvoke_asm_ppc_netbsd.s xptcstubs_asm_ppc_netbsd.s
endif
-@@ -346,6 +346,13 @@ CPPSRCS := xptcinvoke_sparc64_openbsd.c
+@@ -345,6 +345,13 @@ CPPSRCS := xptcinvoke_sparc64_openbsd.c
ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s
endif
#
+# NetBSD/SPARC64
+#
+ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc64)
-+CPPSRCS := xptcinvoke_sparc64_netbsd.cpp xptcstubs_sparc64_netbsd.cpp
++CPPSRCS := xptcinvoke_sparc64_netbsd.cpp xptcstubs_sparc64_openbsd.cpp
+ASFILES := xptcinvoke_asm_sparc64_netbsd.s xptcstubs_asm_sparc64_netbsd.s
+endif
+#