[Libreoffice-commits] .: cairo/cairo

Tor Lillqvist tml at kemper.freedesktop.org
Tue Sep 27 07:54:00 PDT 2011


 cairo/cairo/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 516d2e05183770d93037b388a2af4928d90bf83a
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Sep 27 17:53:25 2011 +0300

    Hmm, why did I think the ATSUI API would be gone in the 10.5 SDK?
    
    The ATSUI API that cairo uses seems to compile fine against both 10.5
    and 10.6 SDKs. Maybe then against 10.7 it won't?

diff --git a/cairo/cairo/makefile.mk b/cairo/cairo/makefile.mk
index 500cdea..fda29af 100644
--- a/cairo/cairo/makefile.mk
+++ b/cairo/cairo/makefile.mk
@@ -108,7 +108,7 @@ cairo_CPPFLAGS+=$(EXTRA_CFLAGS) $(EXTRA_CDEFS)
 .ENDIF # "$(SYSBASE)"!=""
 CONFIGURE_DIR=
 CONFIGURE_ACTION=cp $(SRC_ROOT)$/$(PRJNAME)$/cairo$/dummy_pkg_config . && .$/configure
-.IF $(MAC_OS_X_VERSION_MIN_REQUIRED) >= 1050
+.IF $(MAC_OS_X_VERSION_MIN_REQUIRED) >= 1070
 PATCH_FILES+=..$/$(TARFILE_NAME).no-atsui.patch
 .ENDIF
 CONFIGURE_FLAGS=--enable-static=no --disable-xlib --disable-ft --disable-svg --enable-quartz --enable-quartz-font --enable-gtk-doc=no --enable-test-surfaces=no PKG_CONFIG=./dummy_pkg_config ZLIB3RDLIB=$(ZLIB3RDLIB) COMPRESS=$(cairo_COMPRESS)


More information about the Libreoffice-commits mailing list