summaryrefslogtreecommitdiff
path: root/homebrew/imagemagick/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/imagemagick/.make.sh-auto')
-rw-r--r--homebrew/imagemagick/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/imagemagick/.make.sh-auto b/homebrew/imagemagick/.make.sh-auto
new file mode 100644
index 000000000..6d2334889
--- /dev/null
+++ b/homebrew/imagemagick/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+args = %W[--disable-osx-universal-binary --prefix=#{prefix} --disable-dependency-tracking --disable-silent-rules --disable-opencl --enable-shared --enable-static --with-freetype=yes --with-modules --with-openjp2 --with-openexr --with-webp=yes --with-heic=yes --without-gslib --with-gs-font-dir=#{HOMEBREW_PREFIX}/share/ghostscript/fonts --without-fftw --without-pango --without-x --without-wmf --enable-openmp ac_cv_prog_c_openmp=-Xpreprocessor\ -fopenmp ac_cv_prog_cxx_openmp=-Xpreprocessor\ -fopenmp LDFLAGS=-lomp ]
+inreplace "configure", "${PACKAGE_NAME}-${PACKAGE_VERSION}", "${PACKAGE_NAME}"
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install