diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-09 01:40:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-09 01:42:21 +0300 |
commit | 97d7cb0854cf3a9fb6aa245df03f4e2ab8288fa5 (patch) | |
tree | ac078733e38386654fd86a3aa40195e974c43371 /cairo | |
parent | da41ba97d3ac0eb751dfc4b716bd594d1670c77e (diff) |
Bypass cairo's ApplicationServices/ApplicationServices.h test completely for iOS
Diffstat (limited to 'cairo')
-rw-r--r-- | cairo/cairo-1.8.0.ios.patch | 18 |
1 files changed, 18 insertions, 0 deletions
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 |