From 3ff6cdb794b83a8496b1486dfb14bd0d05e8b09f Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 9 Jan 2025 10:16:13 -0700 Subject: [PATCH] Fix libtheora --- recipes/wip/libs/other/libtheora/recipe.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/wip/libs/other/libtheora/recipe.toml b/recipes/wip/libs/other/libtheora/recipe.toml index 78e901d90..b03418d87 100644 --- a/recipes/wip/libs/other/libtheora/recipe.toml +++ b/recipes/wip/libs/other/libtheora/recipe.toml @@ -1,6 +1,10 @@ #TODO the redox target is not supported on the configure script [source] tar = "http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2" +script = """ +wget -O config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false" +""" + [build] template = "configure" dependencies = [ -- GitLab