diff options
author | fredb <fredb@pkgsrc.org> | 2000-02-12 18:36:01 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-02-12 18:36:01 +0000 |
commit | dd63e1b170029f61c9f5a03a1ba6b24c945f5923 (patch) | |
tree | fc892c3ec6116ae63bdaa925b5d00a95514896af /net/ethereal | |
parent | 288aa7ecbea29dc650d4cd7ef0454eced06225b1 (diff) | |
download | pkgsrc-dd63e1b170029f61c9f5a03a1ba6b24c945f5923.tar.gz |
Patch wiretap/configure to properly enable zlib for NetBSD,
as suggested by itojun.
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/files/patch-sum | 7 | ||||
-rw-r--r-- | net/ethereal/patches/patch-aa | 17 |
2 files changed, 19 insertions, 5 deletions
diff --git a/net/ethereal/files/patch-sum b/net/ethereal/files/patch-sum index 99402b1eec3..9e7181870ff 100644 --- a/net/ethereal/files/patch-sum +++ b/net/ethereal/files/patch-sum @@ -1,6 +1,3 @@ -$NetBSD: patch-sum,v 1.2 2000/02/07 02:00:34 wiz Exp $ +$NetBSD: patch-sum,v 1.3 2000/02/12 18:36:02 fredb Exp $ -This placeholder file is generated by the ``makepatchsum'' target -whenever the patches directory is empty or missing. Its purpose -is to ensure that the presence of any obsolete patches will cause -the proper error to be emitted at build time. +MD5 (patch-aa) = 17f0205a9d1644e1b1bf7ec13251f4da 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 + + |