1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/security/scanssh/files/patch-ab
Kris Kennaway d878e1cbdf Update to scanssh 1.5 and portlint
Submitted by:	bento
2001-03-10 03:17:11 +00:00

11 lines
368 B
Plaintext

--- 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@ -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@
LIBS= @LIBS@ @PCAPLIB@