summaryrefslogtreecommitdiff
path: root/net/ntop/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-10-26 15:43:08 +0000
committeradam <adam@pkgsrc.org>2005-10-26 15:43:08 +0000
commit5853da9482970da013a6dac90b7a9bac140c587a (patch)
tree12c9b5f6f47d52a791ebacc3e31310337e81f67e /net/ntop/patches
parentb7a3391bc917f237a6ee5f1a1c82e881b6f20e9f (diff)
downloadpkgsrc-5853da9482970da013a6dac90b7a9bac140c587a.tar.gz
Changes 3.2:
* VoIP support * NetFlow v9/IPFIX enhancements * performance boost * more statistics and stability
Diffstat (limited to 'net/ntop/patches')
-rw-r--r--net/ntop/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/ntop/patches/patch-aa b/net/ntop/patches/patch-aa
new file mode 100644
index 00000000000..19c915413e8
--- /dev/null
+++ b/net/ntop/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.8 2005/10/26 15:43:08 adam Exp $
+
+--- configure.orig 2005-10-26 16:57:21.000000000 +0200
++++ configure
+@@ -22985,6 +22985,15 @@ case "${target}:${CC}" in
+ echo "* This appears to be ${DEFINEOS} (release not checked)"
+ ;;
+
++ *-*-netbsd*:* )
++ DEFINEOS="NETBSD"
++ echo "* This appears to be ${DEFINEOS}"
++ ;;
++ *-*-openbsd*:* )
++ DEFINEOS="OPENBSD"
++ echo "* This appears to be ${DEFINEOS}"
++ ;;
++
+ * )
+ echo "* ${target} is an unknown/unsupported OS"
+ echo "*"