mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
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:
parent
df968f9b69
commit
e0ad4f586d
@ -22,6 +22,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-gentoo.patch
|
||||
"${FILESDIR}"/${P}-cmake.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
8
dev-libs/FXdiv/files/FXdiv-2020.12.09-cmake.patch
Normal file
8
dev-libs/FXdiv/files/FXdiv-2020.12.09-cmake.patch
Normal 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)
|
||||
Loading…
x
Reference in New Issue
Block a user