summaryrefslogtreecommitdiff
path: root/net/ngrep/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/ngrep/patches/patch-ab')
-rw-r--r--net/ngrep/patches/patch-ab27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/ngrep/patches/patch-ab b/net/ngrep/patches/patch-ab
new file mode 100644
index 00000000000..cdd1fc4e51d
--- /dev/null
+++ b/net/ngrep/patches/patch-ab
@@ -0,0 +1,27 @@
+--- pcre-3.4/config.guess.orig Tue Aug 22 09:05:44 2000
++++ pcre-3.4/config.guess Thu Jun 6 22:49:38 2002
+@@ -165,6 +165,24 @@
+ arm32:NetBSD:*:*)
+ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+ exit 0 ;;
++ acorn26:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
++ acorn32:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
++ cats:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
++ evbarm:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
++ hpcarm:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
++ shark:NetBSD:*:*)
++ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ exit 0 ;;
+ SR2?01:HI-UX/MPP:*:*)
+ echo hppa1.1-hitachi-hiuxmpp
+ exit 0;;