diff --git a/Formula/imagemagick.rb b/Formula/imagemagick.rb index fe953853f2..3d2ee557eb 100644 --- a/Formula/imagemagick.rb +++ b/Formula/imagemagick.rb @@ -13,6 +13,10 @@ def use_wmf? ARGV.include? '--use-wmf' end +def disable_openmp? + ARGV.include? '--disable-openmp' +end + def x11? # I used this file because old Xcode seems to lack it, and its that old # Xcode that loads of people seem to have installed still @@ -43,7 +47,8 @@ class Imagemagick