summaryrefslogtreecommitdiff
path: root/print/lilypond/patches/patch-aa
blob: d2653eb48a0f57c4e4b19f4c989810361c4c6d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.5 2004/12/31 20:58:44 wiz Exp $

--- buildscripts/builder.py.orig	2004-10-08 23:39:37.000000000 +0000
+++ buildscripts/builder.py
@@ -211,7 +211,7 @@ def add_enc_src (target, source, env):
 a = 'cd ${TARGET.dir} && \
 if test -e ${SOURCE.filebase}.enc; then encoding="--encoding=${SOURCE.filebase}.enc"; fi; \
 MFINPUTS=$srcdir/mf:.: \
-mftrace --pfa --simplify --keep-trying $$encoding $TOO__verbose \
+mftrace --formats=pfa --simplify --keep-trying $$encoding $TOO__verbose \
 --include=${TARGET.dir} \
 ${SOURCE.file}'