]> git.pld-linux.org Git - packages/virtuoso.git/blame - imagemagick7.patch
- fix ImageMagick 7 paths, still does not build
[packages/virtuoso.git] / imagemagick7.patch
CommitLineData
a70eceec
JR
1--- virtuoso-opensource-7.2.1/configure.in.orig 2016-12-21 09:10:29.000000000 +0100
2+++ virtuoso-opensource-7.2.1/configure.in 2016-12-21 09:18:19.783118520 +0100
3@@ -1335,7 +1335,7 @@
4
5 if test "x$with_im" != "xno"
6 then
7- AC_PATH_PROG(IM_CONFIG, Wand-config, notfound, ["$with_im/bin:$PATH"])
8+ AC_PATH_PROG(IM_CONFIG, MagickWand-config, notfound, ["$with_im/bin:$PATH"])
9
10 if test "x$IM_CONFIG" = "xnotfound"
11 then
12@@ -1367,7 +1367,7 @@
13 #include <stdlib.h>
14 #include <string.h>
15 #include <time.h>
16-#include <wand/magick-wand.h>
17+#include <MagickWand/MagickWand.h>
18 MagickWand *magick_wand;
19 int
20 main ()
21--- virtuoso-opensource-7.2.1/binsrc/samples/image_magick/im.c~ 2015-03-12 03:09:01.000000000 +0100
22+++ virtuoso-opensource-7.2.1/binsrc/samples/image_magick/im.c 2016-12-21 09:20:43.071615860 +0100
23@@ -37,7 +37,7 @@
24 #include <string.h>
25 #include <time.h>
26
27-#include <wand/magick-wand.h>
28+#include <MagickWand/MagickWand.h>
29
30 #define IM_VERSION "0.6"
31
This page took 0.258529 seconds and 4 git commands to generate.