summaryrefslogtreecommitdiffstats
path: root/imagick-incl.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-13 15:21:40 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-13 15:21:40 +0100
commitef7d902fe6094e9f0eebfceb4babb78ab39983e9 (patch)
tree6fa7e0d2867418cda978296db20916fe0516a16b /imagick-incl.patch
parentb7621100bde1c6869b5c84d41505b13768f05f60 (diff)
php-pecl-imagick: rebuild for ImageMagick-last 6.8.3.9
Diffstat (limited to 'imagick-incl.patch')
-rw-r--r--imagick-incl.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/imagick-incl.patch b/imagick-incl.patch
new file mode 100644
index 0000000..2f5f236
--- /dev/null
+++ b/imagick-incl.patch
@@ -0,0 +1,13 @@
+--- 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)