From 8766808321844611ba27f7166c0d3fc794ca9b86 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 8 Sep 2007 19:07:15 -0400 Subject: [PATCH] Fixed typo on gimp.conf, and output silenced. beware that pkg-config lcms does not support --libs-only --- graphic/gimp/gimp.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/graphic/gimp/gimp.conf b/graphic/gimp/gimp.conf index aa9d122df..4855b097e 100644 --- a/graphic/gimp/gimp.conf +++ b/graphic/gimp/gimp.conf @@ -14,7 +14,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- - # --enable-mp support multiple processors (default=no) var_append extraconfopt " " "--enable-default-binary" @@ -28,8 +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`" + var_append GCC_WRAPPER_APPEND ' ' "`pkg-config lcms --cflags --libs-only -L 2> /dev/null`" else var_append confopt ' ' "--without-lcms" fi