[Lunar-commits] <moonbase-other> ImageMagick: disable broken option
v4hn
me at v4hn.de
Wed Dec 31 15:20:10 CET 2014
commit 79513b18092fa99ae9b4d1c6acf00d6b8474f366
Author: v4hn <me at v4hn.de>
Date: Wed, 31 Dec 2014 15:19:46 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/79513b18092fa99ae9b4d1c6acf00d6b8474f366
ImageMagick: disable broken option
---
graphics/ImageMagick/BUILD | +3/-0
graphics/ImageMagick/CONFIGURE | +3/-1
2 files changed, 6 insertions(+), 1 deletion(-)
--- a/graphics/ImageMagick/BUILD
+++ b/graphics/ImageMagick/BUILD
@@ -1,6 +1,9 @@
OPTS+=" --enable-shared --disable-static" &&
+ # see CONFIGURE
+ OPTS+=" --disable-hdri" &&
+
# They say to run this if you got dirty autotools.
# autoreconf &&
--- a/graphics/ImageMagick/CONFIGURE
+++ b/graphics/ImageMagick/CONFIGURE
@@ -1,2 +1,4 @@
-mquery ENABLE_HDRI "Enable High Dynamic Range Images (breaks rmagick, but otherwise harmless)" n "--enable-hdri" "--disable-hdri"
+# currently broken
+#mquery ENABLE_HDRI "Enable High Dynamic Range Images (breaks rmagick, but otherwise harmless)" n "--enable-hdri" "--disable-hdri"
+
mquery ENABLE_32BIT_QUANTUM_DEPTH "Use 32bit per pixel instead of default 16bit" n "--with-quantum-depth=32" "--with-quantum-depth=16"
More information about the Lunar-commits
mailing list