]> git.pld-linux.org Git - packages/ImageMagick.git/blobdiff - magick6.patch
- release 2 (by relup.sh)
[packages/ImageMagick.git] / magick6.patch
index 4b9a90baeffaec16158253f7cce3bede521dca97..fe737058e0d7544cc0f8a9c234f1cbc05bab2f94 100644 (file)
@@ -80,8 +80,8 @@
        ;;
      *)
        echo "${usage}" 1>&2
---- ImageMagick-6.9.7-0/wand/MagickWand-config.in~     2016-12-18 14:34:45.000000000 +0100
-+++ ImageMagick-6.9.7-0/wand/MagickWand-config.in      2016-12-27 08:38:34.223917467 +0100
+--- ImageMagick-6.9.8-9/wand/MagickWand-config.in.orig 2017-06-03 02:38:04.000000000 +0200
++++ ImageMagick-6.9.8-9/wand/MagickWand-config.in      2017-06-03 21:50:38.584589096 +0200
 @@ -8,11 +8,11 @@
  exec_prefix=@exec_prefix@
  
        echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
        ;;
      --cflags)
--      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
-+      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand6
+-      pkg-config --cflags MagickWand
++      pkg-config --cflags MagickWand6
        ;;
      --cxxflags)
--      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
-+      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand6
+-      pkg-config --cflags MagickWand
++      pkg-config --cflags MagickWand6
        ;;
      --cppflags)
--      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
-+      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand6
+-      pkg-config --cflags MagickWand
++      pkg-config --cflags MagickWand6
        ;;
      --ldflags)
--      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand
-+      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand6
+-      pkg-config --libs MagickWand
++      pkg-config --libs MagickWand6
        ;;
      --libs)
--      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand
-+      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand6
+-      pkg-config --libs MagickWand
++      pkg-config --libs MagickWand6
        ;;
      *)
        echo "${usage}" 1>&2
This page took 0.030306 seconds and 4 git commands to generate.