summaryrefslogtreecommitdiffstats
path: root/graphics/imagemagick/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/imagemagick/BUILD')
-rwxr-xr-xgraphics/imagemagick/BUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/imagemagick/BUILD b/graphics/imagemagick/BUILD
index d76777d5a7..beb9253f39 100755
--- a/graphics/imagemagick/BUILD
+++ b/graphics/imagemagick/BUILD
@@ -1,11 +1,10 @@
-if [[ "$IMAGEMAGICK_X" != "y" ]]; then
- OPTS="--without-x $OPTS"
-fi &&
-
-# GS is broken with jpeg 8, so disable it
OPTS="--enable-shared \
--without-autotrace \
- --without-gslib \
+ --with-threads \
+ --with-modules \
$IMAGEMAGICK_HDRI \
+ $IMAGEMAGICK_OPENMP \
+ --with-quantum-depth=${IMAGEMAGICK_QUANTUM_DEPTH} \
$OPTS" &&
+
default_build