diff options
Diffstat (limited to 'net/nocol/patches/patch-af')
-rw-r--r-- | net/nocol/patches/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/nocol/patches/patch-af b/net/nocol/patches/patch-af new file mode 100644 index 00000000000..89cf919bddf --- /dev/null +++ b/net/nocol/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 2000/09/02 09:35:44 skrll Exp $ + +--- cmu-snmp/snmp/config.guess.orig Mon Oct 2 10:19:14 2000 ++++ cmu-snmp/snmp/config.guess +@@ -411,6 +411,9 @@ + i?86:BSD/386:*:* | *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit 0 ;; ++ macppc:NetBSD:*:*) ++ echo powerpc-apple-netbsd${UNAME_RELEASE} ++ exit 0 ;; + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; |