gocr: use patch DSL
This commit is contained in:
parent
fa8cf6459b
commit
66d13ab090
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@ class Gocr < Formula
|
|||
depends_on 'netpbm' => :optional
|
||||
|
||||
# Edit makefile to install libs per developer documentation
|
||||
def patches
|
||||
DATA if build.with? "lib"
|
||||
end
|
||||
patch :DATA if build.with? "lib"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug",
|
||||
|
|
Loading…
Reference in a new issue