diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-04-08 20:25:03 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-04-08 20:25:03 +0000 |
commit | 27aa3072d4ab3017cdb6054a21aa2acdd878bb04 (patch) | |
tree | 65e99ce4eb4e71be97da12ee3003fedf9ff48bc4 /net/ettercap/patches | |
parent | 477acbc2c62ba4a39096650195d6cd63e4b8644c (diff) | |
download | pkgsrc-27aa3072d4ab3017cdb6054a21aa2acdd878bb04.tar.gz |
Add ettercap-0.6.4:
Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN. It
supports active and passive dissection of many protocols (even ciphered ones)
and includes many features for network and host analysis.
Submitted by Niilo Kajander <nk@bsdirc.net> in PR 16091
Diffstat (limited to 'net/ettercap/patches')
-rw-r--r-- | net/ettercap/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/ettercap/patches/patch-aa b/net/ettercap/patches/patch-aa new file mode 100644 index 00000000000..5c50badb006 --- /dev/null +++ b/net/ettercap/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/04/08 20:25:03 hubertf Exp $ + +--- Makefile.in.orig Tue Feb 12 16:37:45 2002 ++++ Makefile.in +@@ -9,7 +9,7 @@ + + DESTDIR = + CC = @CC@ +-LIBS = @LIBS@ @LDFLAGS@ ++LIBS = @LIBS@ -Wl,-R${prefix}/lib -L${prefix}/lib -lncurses @LDFLAGS@ + MISSLIBS = @MISSLIBS@ + DEFS = @DEFS@ -D@OS@ @OS_OPT@ + INSTALL = @INSTALL@ +@@ -26,7 +26,7 @@ + + DEBUG = @DEBUG@ + CFLAG = @CFLAGS@ +-COPTS = -I. @COPTS@ ++COPTS = -I. -I${prefix}/include @COPTS@ + + PROG = @PROG@ + VERSION = @VERSION@ |