Updated imagemagick formula to play nicely with rmagick gem
Fixes Homebrew/homebrew#71
This commit is contained in:
parent
b8c5c394b1
commit
44d9f9c542
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ class Imagemagick <Formula
|
|||
"--with-modules",
|
||||
"--without-magick-plus-plus",
|
||||
"--disable-dependency-tracking",
|
||||
"--disable-shared",
|
||||
"--without-maximum-compile-warnings",
|
||||
"--prefix=#{prefix}",
|
||||
"--disable-osx-universal-binary",
|
||||
|
@ -42,4 +41,4 @@ class Imagemagick <Formula
|
|||
def caveats
|
||||
"If there is something missing that you need with this formula, please create an issue at #{HOMEBREW_WWW}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue