diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-10-14 23:29:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-10-14 23:29:01 +0000 |
commit | 5d9922d00841acd9acafe0b2952ce0085afeb752 (patch) | |
tree | 18d6d462818f43ad2995459752872848f1aa4698 /security/scanssh/files | |
parent | 796d5d1be3430b4d483f53d62b537d5cd10572d8 (diff) |
Notes
Diffstat (limited to 'security/scanssh/files')
-rw-r--r-- | security/scanssh/files/patch-ab | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/security/scanssh/files/patch-ab b/security/scanssh/files/patch-ab index 39276ec470dd..864d959aca20 100644 --- a/security/scanssh/files/patch-ab +++ b/security/scanssh/files/patch-ab @@ -1,9 +1,11 @@ ---- Makefile.in.orig Thu Sep 7 08:36:00 2000 -+++ Makefile.in Fri Sep 8 02:58:02 2000 -@@ -1,5 +1,5 @@ - # Thanks for Dug Song for configure magic. +--- Makefile.in.orig Thu Sep 28 08:02:38 2000 ++++ Makefile.in Sat Oct 14 16:25:24 2000 +@@ -6,7 +6,7 @@ + VPATH= @srcdir@ + + CC= @CC@ -CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE +CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE -DPREFIX=\"@prefix@\" - CC= @CC@ - PROG= scanssh - BINOWN= root + LDFLAGS= @LDFLAGS@ + + prefix= @prefix@ |