summaryrefslogtreecommitdiff
path: root/security/dsniff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-01-14 08:13:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-01-14 08:13:48 +0000
commit56cf21619902c6e3bb5321a18eacf21605ac1728 (patch)
tree0dad7bd59b3f04ff7c27a6f817bdaf48b2d7f408 /security/dsniff
parentThe long-awaited upgrade to dsniff 2.3, which includes the now-infamous (diff)
Oops, forgot to add patch
Notes
Notes: svn path=/head/; revision=37180
Diffstat (limited to 'security/dsniff')
-rw-r--r--security/dsniff/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/dsniff/files/patch-aa b/security/dsniff/files/patch-aa
new file mode 100644
index 000000000000..a992259189b1
--- /dev/null
+++ b/security/dsniff/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Fri Dec 22 16:30:32 2000
++++ Makefile.in Fri Dec 22 16:30:50 2000
+@@ -37,7 +37,7 @@
+ X11INC = @X_CFLAGS@
+ X11LIB = @X_LIBS@ @X_PRE_LIBS@ -lXmu -lX11 @X_EXTRA_LIBS@
+
+-INCS = -I. $(NIDSINC) $(PCAPINC) $(LNETINC) $(DBINC) $(SSLINC) $(X11INC) \
++INCS = -I. -I/usr/include $(NIDSINC) $(PCAPINC) $(LNETINC) $(DBINC) $(SSLINC) $(X11INC) \
+ -I$(srcdir)/missing
+ LIBS = @LIBS@ -L$(srcdir) -lmissing
+