diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/flactag.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/flactag.rb b/Library/Formula/flactag.rb index 982306b86..cf9aeda1d 100644 --- a/Library/Formula/flactag.rb +++ b/Library/Formula/flactag.rb @@ -14,11 +14,9 @@ class Flactag < Formula depends_on 's-lang' depends_on 'unac' - def patches - # Don't have a2x run xmllint on the a2x-generated DocBook - it - # fails its own validation. - DATA - end + # Don't have a2x run xmllint on the a2x-generated DocBook - it + # fails its own validation. + patch :DATA def install ENV.append 'LDFLAGS', '-liconv' |
