diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/imagemagick.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index e453da07e..cd5f4b821 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -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 |
