Browse Source

Fixed typo on gimp.conf - now for real, the option was --libs-only-L

I'm every day more brain dead
early
Alejandro Mery 18 years ago
parent
commit
8fc4b59f1b
  1. 2
      graphic/gimp/gimp.conf

2
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

Loading…
Cancel
Save