diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-11-15 02:29:51 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-11-15 02:29:51 +0000 |
commit | b499e6341e329ef8f4ce996c5e791ff52e8df7df (patch) | |
tree | 0c1be679f8afc8977b443c54cc1cb856ece4e6df /net/xipdump/patches/patch-ab | |
parent | 6f83e0f9040f5cc9405522b36d672d33f33c5e51 (diff) | |
download | pkgsrc-b499e6341e329ef8f4ce996c5e791ff52e8df7df.tar.gz |
Initial import of xipdump-1.5.1.
displays IP packets using X Window System
Diffstat (limited to 'net/xipdump/patches/patch-ab')
-rw-r--r-- | net/xipdump/patches/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/xipdump/patches/patch-ab b/net/xipdump/patches/patch-ab new file mode 100644 index 00000000000..8ce36488daa --- /dev/null +++ b/net/xipdump/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/11/15 02:29:51 sakamoto Exp $ + +--- ./configure.orig Fri Nov 12 12:56:19 1999 ++++ ./configure Mon Nov 15 10:06:16 1999 +@@ -1361,4 +1361,6 @@ + fi + ++if false ++then + echo $ac_n "checking for local libnet library""... $ac_c" 1>&6 + echo "configure:1365: checking for local libnet library" >&5 +@@ -1389,4 +1391,5 @@ + then + LDFLAGS="$LDFLAGS -L$LIBNET_LIBPATH" ++fi + fi + |