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

New commits:
commit 8a2f3de3ef1bee204ec1f94493753bd076ff1f6b
Author: Norbert Thiebaud <[email protected]>
Date:   Sat Oct 6 19:31:53 2012 -0500

    WaE due lcms2 include, hide it
    
    Change-Id: I8b06bd1853cec283f330e892c1efa229682d9767

diff --git a/configure.in b/configure.in
index f7d0453..5dfc06f 100644
--- a/configure.in
+++ b/configure.in
@@ -6899,6 +6899,9 @@ else
     SYSTEM_LCMS2=NO
     BUILD_TYPE="$BUILD_TYPE LCMS2"
     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"
 fi
 AC_SUBST(SYSTEM_LCMS2)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to