diff --git a/graphic/gimp/gimp.conf b/graphic/gimp/gimp.conf index 4855b097e..f5a0d1703 100644 --- a/graphic/gimp/gimp.conf +++ b/graphic/gimp/gimp.conf @@ -27,7 +27,7 @@ pkginstalled python && var_append confopt ' ' "--enable-python" if pkginstalled lcms; then var_append confopt ' ' "--with-lcms" # Unfortunately gimp does not use pkg-config properly. - var_append GCC_WRAPPER_APPEND ' ' "`pkg-config lcms --cflags --libs-only -L 2> /dev/null`" + var_append GCC_WRAPPER_APPEND ' ' "`pkg-config lcms --cflags --libs-only-L`" else var_append confopt ' ' "--without-lcms" fi