summaryrefslogtreecommitdiff
path: root/external/harfbuzz/harfbuzz-ios.patch
blob: 2c8e7df73b19220892cbf6d0f4db6925f1cc5351 (plain)
1
2
3
4
5
6
7
8
9
10
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>
 "