ImageMagick also needs O3 for speed reasons

This commit is contained in:
Max Howell 2009-09-29 20:34:34 +01:00
parent 534546b042
commit 65b311ea94

View file

@ -16,9 +16,7 @@ class Imagemagick <Formula
def install
ENV.libpng
ENV.deparallelize
# TODO eventually these will be external optional dependencies
# but for now I am lazy
ENV.O3 # takes forever otherwise
# versioned stuff in main tree is pointless for us
inreplace 'configure', '${PACKAGE_NAME}-${PACKAGE_VERSION}', '${PACKAGE_NAME}'