aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/imagemagick.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-09-18 21:33:25 +0100
committerMike McQuaid2012-09-18 21:57:13 +0100
commitc53f342b4955beb85e39af8f836a43cb6e63da0b (patch)
treef74521c00fd06789e6632ee57a7f73637932ab4b /Library/Formula/imagemagick.rb
parent3f63dd0fc9c75d8e1d2237d707f10d6a043f152f (diff)
downloadhomebrew-c53f342b4955beb85e39af8f836a43cb6e63da0b.tar.bz2
imagemagick: use internal libtool.
Diffstat (limited to 'Library/Formula/imagemagick.rb')
-rw-r--r--Library/Formula/imagemagick.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index 05bfa0491..9dac5b9a6 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -38,7 +38,6 @@ class Imagemagick < Formula
option 'without-freetype', 'Compile without freetype support.'
depends_on 'pkg-config' => :build
- depends_on 'libtool' if MacOS.version >= :mountain_lion
depends_on 'jpeg' => :recommended
depends_on :libpng
@@ -56,10 +55,10 @@ class Imagemagick < Formula
depends_on 'openexr' => :optional if build.include? 'use-exr'
bottle do
- version 2
- sha1 'c9bfa84492f8c4965d571797f39d60779267cb7b' => :mountainlion
- sha1 '5aaf54c7b6974036176ec0e887265bbc597caf67' => :lion
- sha1 '2156856d70d3cad9bf74b22d62c570c42136e63e' => :snowleopard
+ version 3
+ sha1 '0d7ca4e54a1d3090e8b5a85663f0efa857ea52b7' => :mountainlion
+ sha1 '64fca6d7c75407dd1942a271a4df837ab02bbeb0' => :lion
+ sha1 'b8d1a9b2de7b1961da311df77922d326c2b6723f' => :snowleopard
end
skip_clean :la
@@ -79,6 +78,7 @@ class Imagemagick < Formula
"--enable-shared",
"--disable-static",
"--without-pango",
+ "--with-included-ltdl",
"--with-modules"]
args << "--disable-openmp" unless build.include? 'enable-openmp'