[Libreoffice-commits] .: cairo/cairo-1.8.0.ios.patch

Tor Lillqvist tml at kemper.freedesktop.org
Mon Aug 8 15:43:24 PDT 2011


 cairo/cairo-1.8.0.ios.patch |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

New commits:
commit 97d7cb0854cf3a9fb6aa245df03f4e2ab8288fa5
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Aug 9 01:40:40 2011 +0300

    Bypass cairo's ApplicationServices/ApplicationServices.h test completely for iOS

diff --git a/cairo/cairo-1.8.0.ios.patch b/cairo/cairo-1.8.0.ios.patch
index a5cc8e9..e26d03d 100644
--- a/cairo/cairo-1.8.0.ios.patch
+++ b/cairo/cairo-1.8.0.ios.patch
@@ -64,3 +64,21 @@
  }
 +
 +#endif /* 0 */
+--- misc/build/cairo-1.8.0.org/configure
++++ misc/build/cairo-1.8.0/configure
+@@ -29309,6 +29309,7 @@
+ quartz_NONPKGCONFIG_LIBS="$ac_env_quartz_NONPKGCONFIG_LIBS_value"
+ 
+ 
++if false; then
+     if test "${ac_cv_header_ApplicationServices_ApplicationServices_h+set}" = set; then
+   { echo "$as_me:$LINENO: checking for ApplicationServices/ApplicationServices.h" >&5
+ echo $ECHO_N "checking for ApplicationServices/ApplicationServices.h... $ECHO_C" >&6; }
+@@ -29444,6 +29444,7 @@
+ else
+   use_quartz="no (requires ApplicationServices framework)"
+ fi
++fi
+ 
+   if test "x$use_quartz" != "xyes" ; then
+         if test "${ac_cv_header_CoreGraphics_CoreGraphics_h+set}" = set; then


More information about the Libreoffice-commits mailing list