summaryrefslogtreecommitdiff
path: root/net/ethereal/patches
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-02-12 18:36:01 +0000
committerfredb <fredb@pkgsrc.org>2000-02-12 18:36:01 +0000
commitdd63e1b170029f61c9f5a03a1ba6b24c945f5923 (patch)
treefc892c3ec6116ae63bdaa925b5d00a95514896af /net/ethereal/patches
parent288aa7ecbea29dc650d4cd7ef0454eced06225b1 (diff)
downloadpkgsrc-dd63e1b170029f61c9f5a03a1ba6b24c945f5923.tar.gz
Patch wiretap/configure to properly enable zlib for NetBSD,
as suggested by itojun.
Diffstat (limited to 'net/ethereal/patches')
-rw-r--r--net/ethereal/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/ethereal/patches/patch-aa b/net/ethereal/patches/patch-aa
new file mode 100644
index 00000000000..f6c859ce83d
--- /dev/null
+++ b/net/ethereal/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.3 2000/02/12 18:36:01 fredb Exp $
+
+--- wiretap/configure.orig Mon Jan 31 22:57:06 2000
++++ wiretap/configure Sat Feb 12 11:48:42 2000
+@@ -2199,12 +2199,6 @@
+ # Check whether --enable-zlib or --disable-zlib was given.
+ if test "${enable_zlib+set}" = set; then
+ enableval="$enable_zlib"
+- :
+-else
+- case "$host_os" in
+-netbsd*) enable_zlib=no;;
+-*) enable_zlib=yes;;
+-esac
+ fi
+
+