diff options
author | itojun <itojun@pkgsrc.org> | 2000-07-31 20:24:15 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-07-31 20:24:15 +0000 |
commit | 0ac78e5918ff88abc22076afa26e602ccb73300b (patch) | |
tree | 0ef4f14fd3293e89208d62255ac1d8b7c5e8257a /net/tcpillust/patches | |
parent | 8af044942f8d3a19940d72760ecf35021bb26a71 (diff) | |
download | pkgsrc-0ac78e5918ff88abc22076afa26e602ccb73300b.tar.gz |
adapt to netbsd pkgsrc tree.
Diffstat (limited to 'net/tcpillust/patches')
-rw-r--r-- | net/tcpillust/patches/patch-aa | 10 | ||||
-rw-r--r-- | net/tcpillust/patches/patch-ab | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/net/tcpillust/patches/patch-aa b/net/tcpillust/patches/patch-aa new file mode 100644 index 00000000000..72e05e8cc8f --- /dev/null +++ b/net/tcpillust/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1 2000/07/31 20:24:18 itojun Exp $ +--- binread.c- Tue Aug 1 05:10:39 2000 ++++ binread.c Tue Aug 1 05:10:48 2000 +@@ -31,4 +31,6 @@ + #include "tcpillust.h" ++#include <sys/queue.h> + #include <sys/socket.h> + #include <pcap.h> ++#include <net/if.h> + #include <net/if_arp.h> diff --git a/net/tcpillust/patches/patch-ab b/net/tcpillust/patches/patch-ab new file mode 100644 index 00000000000..84714f3ca29 --- /dev/null +++ b/net/tcpillust/patches/patch-ab @@ -0,0 +1,8 @@ +$NetBSD: patch-ab,v 1.1 2000/07/31 20:24:19 itojun Exp $ +--- Imakefile.in- Tue Aug 1 05:13:06 2000 ++++ Imakefile.in Tue Aug 1 05:13:24 2000 +@@ -5,3 +5,3 @@ + OPTFLAGS = -I@tclincdir@ -I@tkincdir@ -DILTDIR=\"$(LIBDIR)/tcpillust\" +-SYS_LIBRARIES = -L@tcllibdir@ -L@tklibdir@ -l@tcllib@ -l@tklib@ -lm -lpcap ++SYS_LIBRARIES = ${LDFLAGS} -L@tcllibdir@ -L@tklibdir@ -l@tcllib@ -l@tklib@ -lm -lpcap + DEPENDFLAGS = -I@tclincdir@ -I@tkincdir@ |