aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorbendyworks2009-09-26 18:09:50 -0500
committerMax Howell2009-10-01 15:05:45 +0100
commitff414bbf6f2301ca0f3c2f16343fb0107f439e9c (patch)
tree328c0098b8155a2600f20c15d4046906dffcd860 /Library
parent0ee42a33cdda18457a9ce326a5d476e0ec72d155 (diff)
downloadhomebrew-ff414bbf6f2301ca0f3c2f16343fb0107f439e9c.tar.bz2
Updated imagemagick formula to play nicely with rmagick gem
Fixes #71
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/imagemagick.rb3
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