mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
net-libs/yder: Increase minimum cmake version
Increase minimum cmake version. Closes: https://bugs.gentoo.org/975469 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
25
net-libs/yder/files/yder-1.4.20-cmake.patch
Normal file
25
net-libs/yder/files/yder-1.4.20-cmake.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
From b339844d5bf2124c1440d051869e47c92fdc86bd Mon Sep 17 00:00:00 2001
|
||||
From: Nicolas Mora <github@babelouest.org>
|
||||
Date: Sun, 26 Apr 2026 09:37:34 -0400
|
||||
Subject: [PATCH] Upgrade cmake min version to 3.14
|
||||
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index bc91906f1db8..4256773bd64f 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -14,7 +14,7 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
|
||||
-cmake_minimum_required(VERSION 3.5)
|
||||
+cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
project(yder C)
|
||||
|
||||
--
|
||||
2.53.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -32,6 +32,10 @@ RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-cmake.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_YDER_DOCUMENTATION=$(usex doc)
|
||||
|
||||
Reference in New Issue
Block a user