git: 42e8c62fa3ac - main - math/clfft: Fix CMake version

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 16:18:04 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42e8c62fa3accd38e2b3ae115bd3c335b846f95f

commit 42e8c62fa3accd38e2b3ae115bd3c335b846f95f
Author:     Florian Limberger <flo@purplekraken.com>
AuthorDate: 2026-09-05 15:47:21 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-09-06 16:17:00 +0000

    math/clfft: Fix CMake version
    
    Event:          Berlin Hackathon 202609
---
 math/clfft/files/patch-src_CMakeLists.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/math/clfft/files/patch-src_CMakeLists.txt b/math/clfft/files/patch-src_CMakeLists.txt
new file mode 100644
index 000000000000..38cf21a15558
--- /dev/null
+++ b/math/clfft/files/patch-src_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- src/CMakeLists.txt.orig	2026-09-05 15:45:40 UTC
++++ src/CMakeLists.txt
+@@ -19,7 +19,7 @@ else( )
+ 	# executables properly with multiple periods
+ 	cmake_minimum_required( VERSION 2.8.3 )
+ else( )
+-	cmake_minimum_required( VERSION 2.6 )
++	cmake_minimum_required( VERSION 3.10 )
+ endif( )
+ 
+ if( CMAKE_GENERATOR MATCHES "NMake" )