pkgsrc/net/ettercap/patches/patch-aa
hubertf 27aa3072d4 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
2002-04-08 20:25:03 +00:00

22 lines
527 B
Text

$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@