aboutsummaryrefslogtreecommitdiffstats
path: root/print/mftrace/files/patch-GNUmakefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'print/mftrace/files/patch-GNUmakefile.in')
-rw-r--r--print/mftrace/files/patch-GNUmakefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/mftrace/files/patch-GNUmakefile.in b/print/mftrace/files/patch-GNUmakefile.in
new file mode 100644
index 000000000000..bb1450b4db9d
--- /dev/null
+++ b/print/mftrace/files/patch-GNUmakefile.in
@@ -0,0 +1,11 @@
+--- 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
+
+ gf2pbm: gf2pbm.c
+- gcc -O2 -Wall -o $@ $<
++ ${CC} ${CFLAGS} -I${LOCALBASE}/include -o $@ $< -L${LOCALBASE}/lib -lgnugetopt
+
+ README.txt: README.texi
+ makeinfo --no-split --no-headers --output $@ $<