Files
loongoffice/external/harfbuzz/harfbuzz-ios.patch
Tor Lillqvist 3e973760b7 Build HarfBuzz with CoreText support also for iOS
Change-Id: Id755894def35d59836dff8cff7df1273a8e296b2
2016-12-15 16:46:48 +02:00

12 lines
385 B
Diff

--- 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>
"