From decf39197dfed0a1ee314d5e4cdb4afd54cb6e41 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Thu, 21 May 2020 20:59:20 -0600 Subject: [PATCH] Add patch for sed --- recipes/sed/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/sed/recipe.toml b/recipes/sed/recipe.toml index 37f5f2fb6..ffb29795c 100644 --- a/recipes/sed/recipe.toml +++ b/recipes/sed/recipe.toml @@ -1,5 +1,8 @@ [source] tar = "http://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz" +patches = [ + "sed.patch" +] [build] template = "configure" -- GitLab