[Lunar-commits] <moonbase> ImageMagick: remove --enable-hdri form BUILD. It'a a CONFIGURE option already. Thanks to sirocco for this.

Florin Braescu florin at lunar-linux.org
Sun Sep 18 15:58:05 CEST 2011


commit ccbb57727983e92db47af6484491cf9a06731810
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Sep 18 17:58:05 2011 +0400

    ImageMagick: remove --enable-hdri form BUILD. It'a a CONFIGURE option already. Thanks to sirocco for this.
---
 graphics/ImageMagick/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/graphics/ImageMagick/BUILD b/graphics/ImageMagick/BUILD
index 79a9168..4488e9a 100644
--- a/graphics/ImageMagick/BUILD
+++ b/graphics/ImageMagick/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS+=" --enable-shared=yes --enable-hdri --disable-static"
+  OPTS+=" --enable-shared=yes --disable-static"
 
 # They say to run this if you got dirty autotools.
 # autoreconf         &&


More information about the Lunar-commits mailing list