Kaydet (Commit) c4c160a4 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

libcms2: mac has issue with long long

Change-Id: Ibd1ec8d540597e611609dafdffb39266a2ec064d
üst faef2e51
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment