diff options
Diffstat (limited to 'www/mozilla/patches/patch-ac')
-rw-r--r-- | www/mozilla/patches/patch-ac | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/www/mozilla/patches/patch-ac b/www/mozilla/patches/patch-ac index 7edd3f20bd8..8448ff9680e 100644 --- a/www/mozilla/patches/patch-ac +++ b/www/mozilla/patches/patch-ac @@ -1,7 +1,8 @@ -$NetBSD: patch-ac,v 1.22 2004/05/30 14:02:01 sekiya Exp $ +$NetBSD: patch-ac,v 1.23 2004/06/21 14:14:00 taya Exp $ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2003-08-15 13:00:23.000000000 +0900 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in 2004-05-30 21:36:44.000000000 +0900 +diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/reflect/xptcall/src/md/unix/Makefile.in +--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 2004-04-23 05:50:05.000000000 +0900 ++++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in 2004-06-10 22:55:50.000000000 +0900 @@ -49,6 +49,9 @@ ifeq (86,$(findstring 86,$(OS_TEST))) CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp @@ -12,7 +13,7 @@ $NetBSD: patch-ac,v 1.22 2004/05/30 14:02:01 sekiya Exp $ endif # # New code for Linux, et. al., with gcc -@@ -135,7 +138,7 @@ +@@ -140,7 +143,7 @@ # NetBSD/ARM # ifeq ($(OS_ARCH),NetBSD) @@ -21,7 +22,7 @@ $NetBSD: patch-ac,v 1.22 2004/05/30 14:02:01 sekiya Exp $ CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp endif endif -@@ -169,7 +172,7 @@ +@@ -174,7 +177,7 @@ # NetBSD/m68k # ifeq ($(OS_ARCH),NetBSD) @@ -30,7 +31,7 @@ $NetBSD: patch-ac,v 1.22 2004/05/30 14:02:01 sekiya Exp $ CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp endif endif -@@ -295,6 +298,13 @@ +@@ -305,6 +308,13 @@ CPPSRCS := xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s endif |