diff options
author | adam <adam@pkgsrc.org> | 2005-10-26 15:43:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-26 15:43:08 +0000 |
commit | 5853da9482970da013a6dac90b7a9bac140c587a (patch) | |
tree | 12c9b5f6f47d52a791ebacc3e31310337e81f67e /net/ntop/patches | |
parent | b7a3391bc917f237a6ee5f1a1c82e881b6f20e9f (diff) | |
download | pkgsrc-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-aa | 20 |
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 "*" |