[Lunar-commits] <moonbase> ImageMagick: Removing the --with-modules; causes some builds to fail with
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Oct 12 13:32:52 CEST 2011
commit 5ed10b0656a57b2c50b9ec1cb86f3f4b8abdd388
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Oct 12 07:32:52 2011 -0400
ImageMagick: Removing the --with-modules; causes some builds to fail with
"convert: no decode delegate for this image format". Ftgl is one of these.
---
graphics/ImageMagick/BUILD | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/graphics/ImageMagick/BUILD b/graphics/ImageMagick/BUILD
index b556d41..80f9b43 100644
--- a/graphics/ImageMagick/BUILD
+++ b/graphics/ImageMagick/BUILD
@@ -1,8 +1,6 @@
(
-# Per their Install-unix.txt if using shared its a good idea to also
-# enable modules.
- OPTS+=" --enable-shared --disable-static --with-modules" &&
+ OPTS+=" --enable-shared --disable-static" &&
# They say to run this if you got dirty autotools.
# autoreconf &&
More information about the Lunar-commits
mailing list