diff options
Diffstat (limited to 'www/phoenix/patches/patch-ac')
-rw-r--r-- | www/phoenix/patches/patch-ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/phoenix/patches/patch-ac b/www/phoenix/patches/patch-ac index 83b21198e0e..e984278e4c0 100644 --- a/www/phoenix/patches/patch-ac +++ b/www/phoenix/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/10/19 15:38:36 taya Exp $ +$NetBSD: patch-ac,v 1.2 2002/12/10 16:02:40 taya Exp $ 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 Wed Jul 17 08:05:10 2002 -+++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in Sun Sep 8 22:17:41 2002 +--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in Tue Sep 24 05:31:30 2002 ++++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in Mon Dec 9 14:18:15 2002 @@ -129,7 +129,7 @@ # NetBSD/ARM # @@ -12,7 +12,7 @@ diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/r CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp endif endif -@@ -158,7 +158,7 @@ +@@ -163,7 +163,7 @@ # NetBSD/m68k # ifeq ($(OS_ARCH),NetBSD) @@ -21,7 +21,7 @@ diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/r CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp endif endif -@@ -267,6 +267,13 @@ +@@ -286,6 +286,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 |