diff options
Diffstat (limited to 'lang/RScheme/patches/patch-ac')
-rw-r--r-- | lang/RScheme/patches/patch-ac | 34 |
1 files changed, 13 insertions, 21 deletions
diff --git a/lang/RScheme/patches/patch-ac b/lang/RScheme/patches/patch-ac index 3e54adc3561..dcb602a5c30 100644 --- a/lang/RScheme/patches/patch-ac +++ b/lang/RScheme/patches/patch-ac @@ -1,22 +1,14 @@ -$NetBSD: patch-ac,v 1.1 2002/03/05 08:45:34 jmc Exp $ +$NetBSD: patch-ac,v 1.2 2003/08/04 15:34:20 jtb Exp $ ---- handc/config.sub.orig Tue Mar 5 07:53:10 2002 -+++ handc/config.sub Tue Mar 5 07:58:38 2002 -@@ -155,7 +155,7 @@ - | alpha | we32k | ns16k | clipper | i370 | sh \ - | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \ - | pdp11 | mips64el | mips64orion | mips64orionel \ -- | sparc | sparclet | sparclite | sparc64) -+ | sparc | sparclet | sparclite | sparc64 | macppc) - basic_machine=$basic_machine-unknown - ;; - # We use `pc' rather than `unknown' -@@ -177,7 +177,7 @@ - | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ - | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ - | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \ -- | mips64el-* | mips64orion-* | mips64orionel-* | f301-*) -+ | mips64el-* | mips64orion-* | mips64orionel-* | f301-* | macppc-* ) - ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. +--- packages/lss/config.guess.orig 2003-08-04 09:09:41.000000000 +0100 ++++ packages/lss/config.guess 2003-08-04 09:10:06.000000000 +0100 +@@ -129,6 +129,9 @@ + mac68k:OpenBSD:*:*) + echo m68k-apple-openbsd${UNAME_RELEASE} + exit 0 ;; ++ macppc:NetBSD:*:*) ++ echo powerpc-unknown-netbsd${UNAME_RELEASE} ++ exit 0 ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit 0 ;; |