[Erp5-report] r43266 kazuhiko - /erp5/trunk/patches/imagemagick-6.6.7-4-without-lzma.patch

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 10 12:30:56 CET 2011


Author: kazuhiko
Date: Thu Feb 10 12:30:55 2011
New Revision: 43266

URL: http://svn.erp5.org?rev=43266&view=rev
Log:
add a patch so that --without-lzma really works as expected.

Added:
    erp5/trunk/patches/imagemagick-6.6.7-4-without-lzma.patch

Added: erp5/trunk/patches/imagemagick-6.6.7-4-without-lzma.patch
URL: http://svn.erp5.org/erp5/trunk/patches/imagemagick-6.6.7-4-without-lzma.patch?rev=43266&view=auto
==============================================================================
--- erp5/trunk/patches/imagemagick-6.6.7-4-without-lzma.patch (added)
+++ erp5/trunk/patches/imagemagick-6.6.7-4-without-lzma.patch [utf8] Thu Feb 10 12:30:55 2011
@@ -0,0 +1,22 @@
+--- ImageMagick-6.6.7-4/configure~	2011-02-10 11:50:21.704561096 +0100
++++ ImageMagick-6.6.7-4/configure	2011-02-10 12:23:45.612561097 +0100
+@@ -28251,7 +28251,7 @@
+ #
+ have_lzma='no'
+ LZMA_LIBS=''
+-if test "$with_lzma" != 'no' || test "$with_tiff" != 'no'; then
++if test "$with_lzma" != 'no'; then
+     { $as_echo "$as_me:${as_lineno-$LINENO}: result: -------------------------------------------------------------" >&5
+ $as_echo "-------------------------------------------------------------" >&6; }
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LZMA" >&5
+--- ImageMagick-6.6.7-4/configure.ac~	2011-02-10 11:50:21.693561096 +0100
++++ ImageMagick-6.6.7-4/configure.ac	2011-02-10 12:23:40.013561098 +0100
+@@ -2290,7 +2290,7 @@
+ #
+ have_lzma='no'
+ LZMA_LIBS=''
+-if test "$with_lzma" != 'no' || test "$with_tiff" != 'no'; then
++if test "$with_lzma" != 'no'; then
+     AC_MSG_RESULT([-------------------------------------------------------------])
+   AC_MSG_CHECKING(for LZMA)
+   AC_MSG_RESULT()



More information about the Erp5-report mailing list