|
|
|
@ -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 |
|
|
|
|