From 4c92300a89f7f0eff770543f7a0b89e24d249f89 Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 13 Mar 2017 14:59:54 -0400 Subject: [PATCH] ... --- MagickWand/MagickWand-config.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MagickWand/MagickWand-config.in b/MagickWand/MagickWand-config.in index aeb3641c6..f29b02339 100644 --- a/MagickWand/MagickWand-config.in +++ b/MagickWand/MagickWand-config.in @@ -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 -- 2.40.0