more fixes/updates
[hdw-linux/hdw-linux.git] / packages / x11 / imagemagick / imagemagick
index c511dff..8711891 100644 (file)
@@ -2,14 +2,15 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 6.2.3-5
+# [V] 6.2.3-6
 # [S] 3-6
-# [D] ImageMagick-6.2.3-5.tar.bz2 http://www.imagemagick.org/download/
+# [D] ImageMagick-6.2.3-6.tar.bz2 http://www.imagemagick.org/download/
 
 xtraver="`echo $ver | awk -F- '{ print $1 }'`"
 srcdir="ImageMagick-${xtraver}"
+confopt="$confopt --with-modules"
 
-export CPPFLAGS="-I/usr/include/libxml2 $CPPFLAGS"
-
-confopt="$confopt --enable-shared --with-modules --enable-lzw"
-confopt="$confopt --enable-16bit-pixel --with-x"
+pre_install()  {
+       sed 's/\$(LIBLTDL) \$/\$/' Makefile.in > tmp~
+       mv tmp~ Makefile.in
+               }