mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Oops, forgot to add patch
This commit is contained in:
parent
152294c8ec
commit
56cf216199
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37180
11
security/dsniff/files/patch-aa
Normal file
11
security/dsniff/files/patch-aa
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user