summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-ac')
-rw-r--r--time/sunbird/patches/patch-ac20
1 files changed, 10 insertions, 10 deletions
diff --git a/time/sunbird/patches/patch-ac b/time/sunbird/patches/patch-ac
index 4fd1690cb64..bfa0cb5b10c 100644
--- a/time/sunbird/patches/patch-ac
+++ b/time/sunbird/patches/patch-ac
@@ -1,18 +1,18 @@
-$NetBSD: patch-ac,v 1.1.1.1 2006/02/05 21:56:24 ghen Exp $
+$NetBSD: patch-ac,v 1.2 2006/06/07 19:29:59 ghen Exp $
---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2006-02-02 16:57:57.000000000 +0100
+--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2006-06-07 17:51:56.000000000 +0200
+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in
-@@ -65,6 +65,9 @@ ifneq (,$(filter FreeBSD NetBSD OpenBSD
- ifeq (86,$(findstring 86,$(OS_TEST)))
- CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp
+@@ -69,6 +69,9 @@ ifeq (Darwin,$(OS_ARCH))
+ DEFINES += -DKEEP_STACK_16_BYTE_ALIGNED
+ endif
endif
+ifeq (amd64,$(OS_TEST))
-+CPPSRCS := xptcinvoke_unixish_amd64.cpp xptcstubs_unixish_amd64.cpp
++CPPSRCS := xptcinvoke_unixish_amd64.cpp xptcstubs_unixish_amd64.cpp
+endif
endif
#
# New code for Linux, et. al., with gcc
-@@ -157,7 +160,7 @@ endif
+@@ -161,7 +164,7 @@ endif
# NetBSD/ARM
#
ifeq ($(OS_ARCH),NetBSD)
@@ -21,7 +21,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2006/02/05 21:56:24 ghen Exp $
CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
endif
endif
-@@ -191,7 +194,7 @@ endif
+@@ -195,7 +198,7 @@ endif
# NetBSD/m68k
#
ifeq ($(OS_ARCH),NetBSD)
@@ -30,7 +30,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2006/02/05 21:56:24 ghen Exp $
CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
endif
endif
-@@ -274,6 +277,7 @@ endif
+@@ -278,6 +281,7 @@ endif
ifneq (,$(filter NetBSDmacppc NetBSDbebox NetBSDofppc NetBSDprep NetBSDamigappc,$(OS_ARCH)$(OS_TEST)))
CPPSRCS := xptcinvoke_ppc_netbsd.cpp xptcstubs_ppc_netbsd.cpp
ASFILES := xptcinvoke_asm_ppc_netbsd.s xptcstubs_asm_ppc_netbsd.s
@@ -38,7 +38,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2006/02/05 21:56:24 ghen Exp $
endif
#
-@@ -322,6 +326,13 @@ ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc)
+@@ -326,6 +330,13 @@ ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc)
CPPSRCS := xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp
ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s
endif