From 97d7cb0854cf3a9fb6aa245df03f4e2ab8288fa5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 9 Aug 2011 01:40:40 +0300 Subject: Bypass cairo's ApplicationServices/ApplicationServices.h test completely for iOS --- cairo/cairo-1.8.0.ios.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'cairo') diff --git a/cairo/cairo-1.8.0.ios.patch b/cairo/cairo-1.8.0.ios.patch index a5cc8e975e2d..e26d03dd6dff 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 -- cgit