flactag: use patch DSL
This commit is contained in:
parent
c2a9b5d379
commit
827eb370e4
1 changed files with 3 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue