forked from Lainports/freebsd-ports
11 lines
332 B
Text
11 lines
332 B
Text
--- Makefile.in.orig Sun Oct 8 08:36:26 2000
|
|
+++ Makefile.in Fri Nov 3 10:58:43 2000
|
|
@@ -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@\"
|
|
LDFLAGS= @LDFLAGS@
|
|
|
|
prefix= @prefix@
|