bfaf641833
The main elements of this release are: * Persistent-store garbage collection. * Build cleanup.
14 lines
474 B
Text
14 lines
474 B
Text
$NetBSD: patch-ad,v 1.2 2003/08/04 15:34:21 jtb Exp $
|
|
|
|
--- packages/lss/timebase/config.guess.orig 2003-08-04 09:10:28.000000000 +0100
|
|
+++ packages/lss/timebase/config.guess 2003-08-04 09:11:51.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 ;;
|