dev-libs/FXdiv: cmake min 3.10

Closes: https://bugs.gentoo.org/964497
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2025-11-29 23:28:27 +01:00
parent df968f9b69
commit e0ad4f586d
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58
2 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RESTRICT="!test? ( test )"
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${P}-cmake.patch
)
src_prepare() {

View File

@ -0,0 +1,8 @@
--- a/CMakeLists.txt 2025-11-29 23:25:36.082023384 +0100
+++ b/CMakeLists.txt 2025-11-29 23:25:46.124903897 +0100
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)
# ---[ Project
PROJECT(FXdiv C CXX)