summaryrefslogtreecommitdiffstats
path: root/53.patch
diff options
context:
space:
mode:
Diffstat (limited to '53.patch')
-rw-r--r--53.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/53.patch b/53.patch
new file mode 100644
index 0000000..cbe3542
--- /dev/null
+++ b/53.patch
@@ -0,0 +1,22 @@
+From fadb736e4409c0f962ff144a922ef974983e34ec Mon Sep 17 00:00:00 2001
+From: Remi Collet <remi@remirepo.net>
+Date: Wed, 17 Jul 2019 15:47:29 +0200
+Subject: [PATCH] fix pkgconfig dependency
+
+---
+ wand/MagickWand.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/wand/MagickWand.pc.in b/wand/MagickWand.pc.in
+index f1cf3cf33..53c5bae78 100644
+--- a/wand/MagickWand.pc.in
++++ b/wand/MagickWand.pc.in
+@@ -9,7 +9,7 @@ Name: MagickWand
+ Description: MagickWand - C API for ImageMagick (ABI @MAGICK_ABI_SUFFIX@)
+ URL: https://github.com/ImageMagick/ImageMagick6
+ Version: @PACKAGE_VERSION@
+-Requires: MagickCore.@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@
++Requires: MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@
+ Cflags: -I${includearchdir} -I${includedir} @MAGICK_PCFLAGS@
+ Libs: -L${libdir} -l${libname}
+ Libs.private: -L${libdir} -l${libname} @MAGICK_LIBS@ @MATH_LIBS@