From 883ed58ee353dcbd8b948e1293c91393e8f559ef Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Fri, 19 May 2023 13:35:27 -0600
Subject: [PATCH] harfbuzz: do not require sincosf function

---
 recipes/harfbuzz/recipe.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/harfbuzz/recipe.toml b/recipes/harfbuzz/recipe.toml
index f84afeaf9..22f21ea8e 100644
--- a/recipes/harfbuzz/recipe.toml
+++ b/recipes/harfbuzz/recipe.toml
@@ -19,6 +19,7 @@ COOKBOOK_CONFIGURE_FLAGS+=(
     --with-glib=yes
     --with-freetype=yes
     --with-icu=no
+    ac_cv_func_sincosf=no
 )
 cookbook_configure
 """
-- 
GitLab