diff options
Diffstat (limited to 'Library/Formula/imagemagick.rb')
| -rw-r--r-- | Library/Formula/imagemagick.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 1379d1934..fa1cfa33f 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -74,7 +74,7 @@ class Imagemagick < Formula "--disable-static", "--with-modules"] - args << "--disable-openmp" if MACOS_VERSION < 10.6 or disable_openmp? + args << "--disable-openmp" if MacOS.leopard? or disable_openmp? args << "--without-gslib" unless ghostscript_srsly? args << "--with-gs-font-dir=#{HOMEBREW_PREFIX}/share/ghostscript/fonts" \ unless ghostscript_srsly? or ghostscript_fonts? |
