diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-04-23 10:53:02 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-04-23 10:53:02 +0200 |
commit | cc24106366af9e22ba20caf27aa96cc65dbbbd3e (patch) | |
tree | 14aa5417e594449e01d85dec767bd459373bd486 /harfbuzz | |
parent | 20131d6903cb83fcf1744c8c8bb434f087703e5f (diff) |
Disable coretex again
Change-Id: I0372ccce744caace0dc43b69c3e26af928d81fa9
Diffstat (limited to 'harfbuzz')
-rw-r--r-- | harfbuzz/harfbuzz.configure.patch.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/harfbuzz/harfbuzz.configure.patch.1 b/harfbuzz/harfbuzz.configure.patch.1 index 4c83b5568edb..937a06e01f99 100644 --- a/harfbuzz/harfbuzz.configure.patch.1 +++ b/harfbuzz/harfbuzz.configure.patch.1 @@ -91,3 +91,12 @@ diff -ur harfbuzz.org/configure harfbuzz/configure fi if $have_freetype; then +@@ -17825,7 +17897,7 @@ + ac_fn_c_check_type "$LINENO" "CTFontRef" "ac_cv_type_CTFontRef" "#include <ApplicationServices/ApplicationServices.h> + " + if test "x$ac_cv_type_CTFontRef" = xyes; then : +- have_coretext=true ++ have_coretext=false + else + have_coretext=false + fi |