mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
15 lines
415 B
Plaintext
15 lines
415 B
Plaintext
$NetBSD: patch-aa,v 1.25 2008/03/10 12:37:12 drochner Exp $
|
|
|
|
--- config.guess.orig 2007-11-10 09:12:11.000000000 +0100
|
|
+++ config.guess
|
|
@@ -398,6 +398,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
|
|
powerpc:machten:*:*)
|
|
echo powerpc-apple-machten${UNAME_RELEASE}
|
|
exit ;;
|
|
+ macppc:NetBSD:*:*)
|
|
+ echo powerpc-apple-netbsd${UNAME_RELEASE}
|
|
+ exit ;;
|
|
RISC*:Mach:*:*)
|
|
echo mips-dec-mach_bsd4.3
|
|
exit ;;
|