|
|
@ -14,7 +14,6 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# --enable-mp support multiple processors (default=no) |
|
|
|
# --enable-mp support multiple processors (default=no) |
|
|
|
|
|
|
|
|
|
|
|
var_append extraconfopt " " "--enable-default-binary" |
|
|
|
var_append extraconfopt " " "--enable-default-binary" |
|
|
@ -28,8 +27,7 @@ pkginstalled python && var_append confopt ' ' "--enable-python" |
|
|
|
if pkginstalled lcms; then |
|
|
|
if pkginstalled lcms; then |
|
|
|
var_append confopt ' ' "--with-lcms" |
|
|
|
var_append confopt ' ' "--with-lcms" |
|
|
|
# Unfortunately gimp does not use pkg-config properly. |
|
|
|
# Unfortunately gimp does not use pkg-config properly. |
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "`pkg-config lcms --cflags --libs-only |
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "`pkg-config lcms --cflags --libs-only -L 2> /dev/null`" |
|
|
|
-L`" |
|
|
|
|
|
|
|
else |
|
|
|
else |
|
|
|
var_append confopt ' ' "--without-lcms" |
|
|
|
var_append confopt ' ' "--without-lcms" |
|
|
|
fi |
|
|
|
fi |
|
|
|