]> git.pld-linux.org Git - packages/ImageMagick.git/blame - ImageMagick-autotrace.patch
perl 5.38.0 rebuild
[packages/ImageMagick.git] / ImageMagick-autotrace.patch
CommitLineData
d18a89c2
JB
1commit 51968547b98bde1cd6c6cc7145faf3cc1f365a22
2Author: Cristy <mikayla-grace@urban-warrior.org>
3Date: Sat Feb 22 09:54:09 2020 -0500
4
5 https://github.com/ImageMagick/ImageMagick/issues/1848
6
7diff --git a/coders/svg.c b/coders/svg.c
8index 199475a49..172ec558c 100644
9--- a/coders/svg.c
10+++ b/coders/svg.c
11@@ -3931,7 +3931,7 @@ static MagickBooleanType TraceSVGImage(Image *image,ExceptionInfo *exception)
12 {
13 #if defined(MAGICKCORE_AUTOTRACE_DELEGATE)
14 {
15- at_bitmap_type
16+ at_bitmap
17 *trace;
18
19 at_fitting_opts_type
20diff --git a/configure.ac b/configure.ac
21index cc5d2344c..9eec1941a 100644
22--- a/configure.ac
23+++ b/configure.ac
24@@ -1714,7 +1714,7 @@ AUTOTRACE_LIBS=""
25 AUTOTRACE_PKG=""
26 if test "x$with_autotrace" = "xyes"; then
27 AC_MSG_RESULT([-------------------------------------------------------------])
28- PKG_CHECK_MODULES([AUTOTRACE],[autotrace >= 0.31.1],[have_autotrace=yes],[have_autotrace=no])
29+ PKG_CHECK_MODULES([AUTOTRACE],[autotrace >= 0.31.2],[have_autotrace=yes],[have_autotrace=no])
30 AC_MSG_RESULT([])
31 fi
32
This page took 0.113272 seconds and 4 git commands to generate.