summaryrefslogtreecommitdiff
path: root/net/ethereal
diff options
context:
space:
mode:
authorfredb <fredb>2000-02-12 18:36:01 +0000
committerfredb <fredb>2000-02-12 18:36:01 +0000
commit6969eeca42cd5121236dc8c9b2aa8dd5127d27f0 (patch)
treefc892c3ec6116ae63bdaa925b5d00a95514896af /net/ethereal
parent3ed33d7e52fcaaf414c2ba4275ce16a0c57229a9 (diff)
downloadpkgsrc-6969eeca42cd5121236dc8c9b2aa8dd5127d27f0.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-sum7
-rw-r--r--net/ethereal/patches/patch-aa17
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
+
+