diff options
Diffstat (limited to 'net/tcpillust/patches/patch-ab')
-rw-r--r-- | net/tcpillust/patches/patch-ab | 8 |
1 files changed, 8 insertions, 0 deletions
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@ |