diff --git a/packages/audio/libsndfile/patches/libsndfile-1073-build-with-cmake-4.0.0.patch b/packages/audio/libsndfile/patches/libsndfile-1073-build-with-cmake-4.0.0.patch new file mode 100644 index 0000000000..a2fbedbc37 --- /dev/null +++ b/packages/audio/libsndfile/patches/libsndfile-1073-build-with-cmake-4.0.0.patch @@ -0,0 +1,10 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index e3d91c0ea..c41bbce03 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 3.1..3.18) ++cmake_minimum_required (VERSION 3.1...3.18) + + # MSVC runtime library flags are selected by an abstraction, CMake >= 3.15 + # This policy still need to be set even with cmake_minimum_required() command above.