diff options
Diffstat (limited to 'print/mftrace/files/patch-GNUmakefile.in')
-rw-r--r-- | print/mftrace/files/patch-GNUmakefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/mftrace/files/patch-GNUmakefile.in b/print/mftrace/files/patch-GNUmakefile.in index bb1450b4db9d..96ec34814e1a 100644 --- a/print/mftrace/files/patch-GNUmakefile.in +++ b/print/mftrace/files/patch-GNUmakefile.in @@ -1,11 +1,13 @@ +$FreeBSD$ + --- GNUmakefile.in.orig Sun Jun 2 23:51:33 2002 +++ GNUmakefile.in Sun Jun 2 23:52:07 2002 @@ -23,7 +23,7 @@ - compile: pktrace gf2pbm + compile: mftrace gf2pbm gf2pbm: gf2pbm.c - gcc -O2 -Wall -o $@ $< -+ ${CC} ${CFLAGS} -I${LOCALBASE}/include -o $@ $< -L${LOCALBASE}/lib -lgnugetopt ++ ${CC} ${CFLAGS} -I${LOCALBASE}/include -o $@ $< -L${LOCALBASE}/lib ${LDFLAGS} README.txt: README.texi makeinfo --no-split --no-headers --output $@ $< |