summaryrefslogtreecommitdiff
path: root/net/sniffit/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-07-25 00:36:31 +0000
committerhubertf <hubertf>1999-07-25 00:36:31 +0000
commit107e8a8bb30cecaa1d5cfada64cfa9590d07b02d (patch)
treeccc62a37e8748598038c47aedec304fae018138a /net/sniffit/patches
parent30e32c174779b755d14ae1c7688ba1ef0345d7cc (diff)
downloadpkgsrc-107e8a8bb30cecaa1d5cfada64cfa9590d07b02d.tar.gz
Add proper ncurses handling. Patch submitted in PR 8048
by Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>.
Diffstat (limited to 'net/sniffit/patches')
-rw-r--r--net/sniffit/patches/patch-ad4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sniffit/patches/patch-ad b/net/sniffit/patches/patch-ad
index 01e724c859b..704fce4f222 100644
--- a/net/sniffit/patches/patch-ad
+++ b/net/sniffit/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.2 1998/08/07 11:10:57 agc Exp $
+$NetBSD: patch-ad,v 1.3 1999/07/25 00:36:32 hubertf Exp $
--- Makefile.in.BAK Mon Mar 30 09:38:19 1998
+++ Makefile.in Mon Mar 30 09:38:50 1998
@@ -10,7 +10,7 @@ $NetBSD: patch-ad,v 1.2 1998/08/07 11:10:57 agc Exp $
+OBJ_OPT =
EXE_FLAG = -w -O2 -o sniffit
-EXE_OPT = -I./libpcap-0.3 -L./libpcap-0.3 -lpcap
-+EXE_OPT = -lpcap
++EXE_OPT = -lpcap $(LDFLAGS)
EXE_OBJ = sn_packets.o sn_generation.o sn_interface.o sn_cfgfile.o \
sn_logfile.o
DEP_FILES = sn_config.h pcap.h sn_data.h sn_defines.h sn_plugins.h \