imagemagick: build source with keg-only libtool.

References Homebrew/homebrew#14609.
Closes Homebrew/homebrew#18746.
master
Mike McQuaid 2013-03-26 13:18:39 +00:00
parent 701fd71dd0
commit 3f39db1d18
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,12 @@ class Imagemagick < Formula
sha1 'b5b3ffb0c4bf9fe247b9fdeea789298c71904a12' => :snow_leopard
end
def pour_bottle?
# If libtool is keg-only it currently breaks the bottle.
# This is a temporary workaround until we have a better fix.
not Formula.factory('libtool').keg_only?
end
skip_clean :la
def install