configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit c4c160a4519f20d50e7189ef92aac99b83c4cc6a
Author: Norbert Thiebaud <nthieb...@gmail.com>
Date:   Sun Nov 4 15:50:39 2012 -0600

    libcms2: mac has issue with long long
    
    Change-Id: Ibd1ec8d540597e611609dafdffb39266a2ec064d

diff --git a/configure.ac b/configure.ac
index e325f4b..877a72f 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"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to