From 91d7371dfa5503b192758e5b9edecbc1281b25e5 Mon Sep 17 00:00:00 2001 From: Yaakov Saxon Date: Tue, 19 Mar 2024 15:22:23 -0400 Subject: [PATCH] last patch shouldn't be necessary anymore see https://github.com/libffi/libffi/pull/764 --- recipes/libffi/all/conandata.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/recipes/libffi/all/conandata.yml b/recipes/libffi/all/conandata.yml index 8cc522936dcb4..a4f15b537a078 100644 --- a/recipes/libffi/all/conandata.yml +++ b/recipes/libffi/all/conandata.yml @@ -23,19 +23,11 @@ patches: - patch_file: "patches/0004-3.3-fix-complex-type-msvc.patch" - patch_file: "patches/0005-3.4.4-do-not-install-libraries-to-arch-dependent-directories.patch" - patch_file: "patches/0006-3.4.4-library-no-version-suffix.patch" - - patch_file: "patches/0007-3.4.3-forward-declare-open_temp_exec_file.patch" - patch_type: "portability" - patch_source: "https://github.com/libffi/libffi/pull/764" - patch_description: "Forward declare the open_temp_exec_file function which is required by the C99 standard" "3.4.5": - patch_file: "patches/0002-3.4.3-fix-libtool-path.patch" - patch_file: "patches/0004-3.3-fix-complex-type-msvc.patch" - patch_file: "patches/0005-3.4.4-do-not-install-libraries-to-arch-dependent-directories.patch" - patch_file: "patches/0006-3.4.4-library-no-version-suffix.patch" - - patch_file: "patches/0007-3.4.3-forward-declare-open_temp_exec_file.patch" - patch_type: "portability" - patch_source: "https://github.com/libffi/libffi/pull/764" - patch_description: "Forward declare the open_temp_exec_file function which is required by the C99 standard" "3.4.4": - patch_file: "patches/0002-3.4.3-fix-libtool-path.patch" - patch_file: "patches/0004-3.3-fix-complex-type-msvc.patch"