hunspell: use patch DSL

master
Jack Nagel 2014-03-19 12:07:52 -05:00
parent 512ceda772
commit 985927a8b8
1 changed files with 3 additions and 5 deletions

View File

@ -7,11 +7,9 @@ class Hunspell < Formula
depends_on 'readline'
def patches
# hunspell does not prepend $HOME to all USEROODIRs
# http://sourceforge.net/p/hunspell/bugs/236/
{ :p0 => DATA }
end
# hunspell does not prepend $HOME to all USEROODIRs
# http://sourceforge.net/p/hunspell/bugs/236/
patch :p0, :DATA
def install
system "./configure", "--disable-dependency-tracking",