diff --git a/recipes/gperf/all/conandata.yml b/recipes/gperf/all/conandata.yml index 67db34810f28b..c656af8421915 100644 --- a/recipes/gperf/all/conandata.yml +++ b/recipes/gperf/all/conandata.yml @@ -2,3 +2,7 @@ sources: "3.1": url: "https://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz" sha256: "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2" +patches: + "3.1": + - patch_file: "all/0001-assert-exception-upstream-issue-2011.patch" + base_path: "source_subfolder" diff --git a/recipes/gperf/all/patches/remove-register-keyword.patch b/recipes/gperf/all/patches/0001-remove-register-keyword.patch similarity index 100% rename from recipes/gperf/all/patches/remove-register-keyword.patch rename to recipes/gperf/all/patches/0001-remove-register-keyword.patch