diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 03:17:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 03:17:11 +0000 |
commit | d878e1cbdfcae5928069cb419840af7e39721c95 (patch) | |
tree | ef085100f98f77186a40bdb620914fc7ef7f43e4 /security/scanssh/files | |
parent | 19bcc66b8c2fa43a6a660f4c0ffa22eb371f93ba (diff) |
Notes
Diffstat (limited to 'security/scanssh/files')
-rw-r--r-- | security/scanssh/files/patch-aa | 1 | ||||
-rw-r--r-- | security/scanssh/files/patch-ab | 11 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/scanssh/files/patch-aa b/security/scanssh/files/patch-aa index 68c74afd64de..a55565066b0b 100644 --- a/security/scanssh/files/patch-aa +++ b/security/scanssh/files/patch-aa @@ -8,4 +8,3 @@ +char *excludefile = PREFIX "/share/scanssh/exclude.list"; struct exclude_list excludequeue; struct exclude_list rndexclqueue; - diff --git a/security/scanssh/files/patch-ab b/security/scanssh/files/patch-ab index c023b2cb32db..c3a71a9d1cde 100644 --- a/security/scanssh/files/patch-ab +++ b/security/scanssh/files/patch-ab @@ -1,11 +1,10 @@ ---- Makefile.in.orig Sun Oct 8 08:36:26 2000 -+++ Makefile.in Fri Nov 3 10:58:43 2000 +--- Makefile.in.orig Fri Mar 9 19:07:36 2001 ++++ Makefile.in Fri Mar 9 19:07:57 2001 @@ -6,7 +6,7 @@ VPATH= @srcdir@ CC= @CC@ --CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -I$(srcdir)/missing -D_BSD_SOURCE -+CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -I$(srcdir)/missing -D_BSD_SOURCE -DPREFIX=\"@prefix@\" +-CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE ++CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE -DPREFIX=\"@prefix@\" LDFLAGS= @LDFLAGS@ - - prefix= @prefix@ + LIBS= @LIBS@ @PCAPLIB@ |