aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 16:51:42 -0500
committerJack Nagel2014-03-19 11:13:04 -0500
commit19ca2a9dc98720d279fa186c136b9ab07f22930f (patch)
tree4afe161657d57b59274186b398b0ea75f44fee3b /Library
parentaf9ab588ffc172a14c72cf39781e2753454498e4 (diff)
downloadhomebrew-19ca2a9dc98720d279fa186c136b9ab07f22930f.tar.bz2
flactag: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/flactag.rb8
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'