From e232dd84df5a33884895aaa3147192814df7551d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Sep 2013 16:30:06 +0200 Subject: php-pecl-imagick: 3.1.0 (beta) --- imagick-incl.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 imagick-incl.patch (limited to 'imagick-incl.patch') diff --git a/imagick-incl.patch b/imagick-incl.patch deleted file mode 100644 index 2f5f236..0000000 --- a/imagick-incl.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- imagick-3.1.0RC2/config.m4 2012-05-30 22:21:12.000000000 +0200 -+++ imagick-3.1.0RC2/config.m4 2013-03-13 13:55:38.292504304 +0100 -@@ -52,7 +52,9 @@ - else - AC_MSG_CHECKING(for MagickWand.h header file) - -- if test -r $WAND_DIR/include/ImageMagick/wand/MagickWand.h; then -+ if test -r $WAND_DIR/include/ImageMagick-6/wand/MagickWand.h; then -+ AC_MSG_RESULT(found in $WAND_DIR/include/ImageMagick-6/wand/MagickWand.h) -+ elif test -r $WAND_DIR/include/ImageMagick/wand/MagickWand.h; then - AC_MSG_RESULT(found in $WAND_DIR/include/ImageMagick/wand/MagickWand.h) - else - AC_MSG_ERROR(Cannot locate header file MagickWand.h) -- cgit