]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Mon, 13 Mar 2017 18:59:54 +0000 (14:59 -0400)
committerCristy <urban-warrior@imagemagick.org>
Mon, 13 Mar 2017 18:59:54 +0000 (14:59 -0400)
MagickWand/MagickWand-config.in

index aeb3641c6f8aa4c7ed18801c486363cb66ca32a5..f29b023392b8999cd470e7ea14733bc635dd18ae 100644 (file)
@@ -38,19 +38,19 @@ while test $# -gt 0; do
       echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
       ;;
     --cflags)
-      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
+      pkg-config --cflags MagickWand
       ;;
     --cxxflags)
-      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
+      pkg-config --cflags MagickWand
       ;;
     --cppflags)
-      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
+      pkg-config --cflags MagickWand
       ;;
     --ldflags)
-      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand
+      pkg-config --libs MagickWand
       ;;
     --libs)
-      PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand
+      pkg-config --libs MagickWand
       ;;
     *)
       echo "${usage}" 1>&2