diff options
| author | bendyworks | 2009-09-26 18:09:50 -0500 |
|---|---|---|
| committer | Max Howell | 2009-10-01 15:05:45 +0100 |
| commit | ff414bbf6f2301ca0f3c2f16343fb0107f439e9c (patch) | |
| tree | 328c0098b8155a2600f20c15d4046906dffcd860 /Library/Formula | |
| parent | 0ee42a33cdda18457a9ce326a5d476e0ec72d155 (diff) | |
| download | homebrew-ff414bbf6f2301ca0f3c2f16343fb0107f439e9c.tar.bz2 | |
Updated imagemagick formula to play nicely with rmagick gem
Fixes #71
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/imagemagick.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 9ae7f13e8..07e01b305 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -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
\ No newline at end of file +end |
