summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e325f4b84081..877a72faf6a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7043,6 +7043,9 @@ else
AC_MSG_RESULT([internal])
SYSTEM_LCMS2=NO
LCMS2_CFLAGS="-I${OUTDIR}/inc/lcms2"
+ if test $_os = Darwin; then
+ LCMS2_CFLAGS="$LCMS2_CFLAGS -Wno-long-long"
+ fi
LCMS2_LIBS="-L${OUTDIR}/lib -llcms2"
LCMS2_TARBALL="861ef15fa0bc018f9ddc932c4ad8b6dd-lcms2-2.4.tar.gz"
BUILD_TYPE="$BUILD_TYPE LCMS2"