diff options
Diffstat (limited to 'net/nocol/patches/patch-ag')
-rw-r--r-- | net/nocol/patches/patch-ag | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/nocol/patches/patch-ag b/net/nocol/patches/patch-ag new file mode 100644 index 00000000000..f5d402c114c --- /dev/null +++ b/net/nocol/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.1 2000/09/02 09:35:44 skrll Exp $ + +--- cmu-snmp/snmpapps/config.guess.orig Mon Oct 2 10:24:24 2000 ++++ cmu-snmp/snmpapps/config.guess +@@ -468,6 +468,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 ;; |