[Libreoffice-commits] .: configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Oct 6 17:33:25 PDT 2012


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

New commits:
commit 8a2f3de3ef1bee204ec1f94493753bd076ff1f6b
Author: Norbert Thiebaud <nthiebaud at gmail.com>
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)


More information about the Libreoffice-commits mailing list