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

10 lines
368 B
Text

--- 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@