aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandip Trivedi2014-07-08 17:36:59 -0400
committerMike McQuaid2014-07-08 16:38:51 -0700
commitf8fb6277cab60c906388b258f22d8cb1f94bd71a (patch)
tree9fb5812be9a083f29b2a9f2c50918f1fd3c86f2e
parentbdba83435e32e73ebe0ee8836935fbfad5520a06 (diff)
downloadhomebrew-f8fb6277cab60c906388b258f22d8cb1f94bd71a.tar.bz2
leptonica: fix sha1 and remove patch.
-rw-r--r--Library/Formula/leptonica.rb19
1 files changed, 1 insertions, 18 deletions
diff --git a/Library/Formula/leptonica.rb b/Library/Formula/leptonica.rb
index 5657836c5..9dc04acff 100644
--- a/Library/Formula/leptonica.rb
+++ b/Library/Formula/leptonica.rb
@@ -3,7 +3,7 @@ require 'formula'
class Leptonica < Formula
homepage 'http://www.leptonica.org/'
url 'http://www.leptonica.org/source/leptonica-1.71.tar.gz'
- sha1 'aedaf94cc352a638595b74e906f61204154d8431'
+ sha1 '1ee59b06fd6c6402876f46c26c21b17ffd3c9b6b'
bottle do
cellar :any
@@ -20,9 +20,6 @@ class Leptonica < Formula
conflicts_with 'osxutils',
:because => "both leptonica and osxutils ship a `fileinfo` executable."
- ## Patch to fix pkg-config from https://code.google.com/p/leptonica/issues/detail?id=94
- patch :DATA
-
def install
args = %W[
--disable-dependency-tracking
@@ -51,17 +48,3 @@ class Leptonica < Formula
assert_equal version.to_s, `./a.out`
end
end
-
-__END__
-diff --git a/lept.pc.in b/lept.pc.in
-index 8044ba8..c1b9492 100644
---- a/lept.pc.in
-+++ b/lept.pc.in
-@@ -1,3 +1,5 @@
-+prefix=@prefix@
-+exec_prefix=@exec_prefix@
- libdir=@libdir@
- includedir=@includedir@/leptonica
-
---
-1.9.1