From 8fc4b59f1bb213369a57e6a54d0a11b8b3778778 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 8 Sep 2007 19:33:18 -0400 Subject: [PATCH] Fixed typo on gimp.conf - now for real, the option was --libs-only-L I'm every day more brain dead --- graphic/gimp/gimp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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