diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 61f8606e..c9156c4d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,7 +18,6 @@ source: sha256: 127aab76ad9bab3d75a631c4e9fc72a41432b7b485d10c40a573bdd73be76435 patches: - patches/0004-Prefer-getenv-TOPSRCDIR-over-STRINGIFY-TOPSRCDIR.patch - - patches/0006-Fix-tests-for-Windows-VS2008-define-__func__-as-__FU.patch - patches/0009-topsrcdir.patch - patches/prevent_MS_runtime_libs_being_installed_again.patch # [win] - patches/do_not_use_16_processes_in_tests.patch # [ppc64le] diff --git a/recipe/patches/0006-Fix-tests-for-Windows-VS2008-define-__func__-as-__FU.patch b/recipe/patches/0006-Fix-tests-for-Windows-VS2008-define-__func__-as-__FU.patch deleted file mode 100644 index eda84b82..00000000 --- a/recipe/patches/0006-Fix-tests-for-Windows-VS2008-define-__func__-as-__FU.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- netcdf-c-4.9.0.orig/config.h.cmake.in 2022-06-10 18:04:15.000000000 -0300 -+++ netcdf-c-4.9.0/config.h.cmake.in 2022-06-13 09:07:44.793148154 -0300 -@@ -57,6 +57,10 @@ - #define _OFF_T_DEFINED - #endif - -+ #if _MSC_VER<1900 -+ #define __func__ __FUNCTION__ -+ #endif -+ - #define strdup _strdup - #define fdopen _fdopen - #define write _write