]> git.pld-linux.org Git - packages/php-pecl-imagick.git/blob - php-pecl-imagick-wand.patch
- conf.d and php api macros
[packages/php-pecl-imagick.git] / php-pecl-imagick-wand.patch
1 --- php-pecl-imagick-0.9.9/imagick-0.9.9/imagick.h.orig 2003-10-27 15:55:10.000000000 +0100
2 +++ php-pecl-imagick-0.9.9/imagick-0.9.9/imagick.h      2004-06-02 22:57:56.568302896 +0200
3 @@ -22,7 +22,7 @@
4  #ifndef IMAGICKH
5  #define IMAGICKH
6  
7 -       #include <magick/api.h>
8 +       #include <wand/magick_wand.h>
9  
10         #define IMAGICK_VERSION                                 "0.9.9"
11         #define IMAGICK_TURN_OFF_ERRORS_TO_STDERR               1
12 --- php-pecl-imagick-0.9.9/imagick-0.9.9/config.m4.orig 2003-03-11 14:19:18.000000000 +0100
13 +++ php-pecl-imagick-0.9.9/imagick-0.9.9/config.m4      2004-06-02 23:02:06.506306544 +0200
14 @@ -24,8 +24,8 @@
15       MAGICK_NAME="ImageMagick"
16       NEEDED_VERSION=5004005
17       NEEDED_VERSION_STRING=5.4.5
18 -     CONFIG_NAME="Magick-config"
19 -     LIB_NAME="Magick"
20 +     CONFIG_NAME="Wand-config"
21 +     LIB_NAME="Wand"
22       AC_DEFINE(IMAGICK_BACKEND, "ImageMagick", [ ])
23       AC_MSG_RESULT(Building with ImageMagick as backend)
24    fi
This page took 0.053527 seconds and 3 git commands to generate.