summaryrefslogtreecommitdiff
path: root/external/harfbuzz/harfbuzz-ios.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/harfbuzz/harfbuzz-ios.patch')
-rw-r--r--external/harfbuzz/harfbuzz-ios.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/harfbuzz/harfbuzz-ios.patch b/external/harfbuzz/harfbuzz-ios.patch
new file mode 100644
index 000000000000..2c8e7df73b19
--- /dev/null
+++ b/external/harfbuzz/harfbuzz-ios.patch
@@ -0,0 +1,11 @@
+--- configure
++++ configure
+@@ -19046,6 +19046,8 @@
+
+ else
+ # On iOS CoreText and CoreGraphics are stand-alone frameworks
++ # Forget the cache failure to find CTFontRef above
++ unset ac_cv_type_CTFontRef
+ if test "x$have_coretext" != "xtrue"; then
+ ac_fn_c_check_type "$LINENO" "CTFontRef" "ac_cv_type_CTFontRef" "#include <CoreText/CoreText.h>
+ "