Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / cairo / cairo-1.10.2.ios.patch
blobc61faf333f0cc9e5469241eb4044c7c92588c3da
1 --- misc/cairo-1.10.2/configure 2011-12-16 10:02:39.626077757 +0100
2 +++ misc/build/cairo-1.10.2/configure 2011-12-16 10:02:23.518237109 +0100
3 @@ -22766,11 +22766,13 @@
6 ac_fn_c_check_header_mongrel "$LINENO" "ApplicationServices/ApplicationServices.h" "ac_cv_header_ApplicationServices_ApplicationServices_h" "$ac_includes_default"
7 +if false; then
8 if test "x$ac_cv_header_ApplicationServices_ApplicationServices_h" = x""yes; then :
10 else
11 use_quartz="no (requires ApplicationServices framework)"
13 +fi
16 if test "x$use_quartz" != "xyes" ; then
17 --- misc/cairo-1.10.2/src/cairo-quartz.h 2011-12-16 10:02:39.639079241 +0100
18 +++ misc/build/cairo-1.10.2/src/cairo-quartz.h 2011-12-16 10:01:18.404789245 +0100
19 @@ -40,7 +40,7 @@
21 #if CAIRO_HAS_QUARTZ_SURFACE
23 -#include <ApplicationServices/ApplicationServices.h>
24 +#include <CoreGraphics/CoreGraphics.h>
26 CAIRO_BEGIN_DECLS