diff options
author | kris <kris@FreeBSD.org> | 2001-01-14 08:13:48 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-01-14 08:13:48 +0000 |
commit | 2e1007ef68b90312e17e0f6294833f4ee6b703a6 (patch) | |
tree | 700cba83fe4ce5dbc4070c1e0d04d5fcf238b8b3 /security/dsniff | |
parent | 239069e026a84e6b0d0664d1a7a4caddbe271c95 (diff) | |
download | FreeBSD-ports-2e1007ef68b90312e17e0f6294833f4ee6b703a6.zip FreeBSD-ports-2e1007ef68b90312e17e0f6294833f4ee6b703a6.tar.gz |
Oops, forgot to add patch
Diffstat (limited to 'security/dsniff')
-rw-r--r-- | security/dsniff/files/patch-aa | 11 |
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 0000000..a992259 --- /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 + |