harfbuzz: do not require sincosf function

This commit is contained in:
Jeremy Soller 2023-05-19 13:35:27 -06:00
parent 2a1ac1790a
commit 883ed58ee3
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -19,6 +19,7 @@ COOKBOOK_CONFIGURE_FLAGS+=(
--with-glib=yes
--with-freetype=yes
--with-icu=no
ac_cv_func_sincosf=no
)
cookbook_configure
"""