summaryrefslogtreecommitdiff
path: root/dev-lang/mono/files/mono-6.12.0.199-boringssl-cmake4.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 22:34:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 22:42:42 +0200
commit7ee9d9bedde9c202f0cdce76c1888e81dbc5d70e (patch)
tree7bc60119e46bb81511b03d1b00352fedff70b8af /dev-lang/mono/files/mono-6.12.0.199-boringssl-cmake4.patch
parentf50ddc1f0f243d2c528d8719a78218f2812b91d0 (diff)
downloadgentoo-7ee9d9bedde9c202f0cdce76c1888e81dbc5d70e.tar.gz
gentoo-7ee9d9bedde9c202f0cdce76c1888e81dbc5d70e.tar.bz2
gentoo-7ee9d9bedde9c202f0cdce76c1888e81dbc5d70e.zip
dev-lang/mono: Fix build w/ cmake-4
https://gitlab.winehq.org/mono/mono/-/commit/831415ed https://gitlab.winehq.org/mono/boringssl/-/commit/2153da68 Closes: https://bugs.gentoo.org/957434 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-lang/mono/files/mono-6.12.0.199-boringssl-cmake4.patch')
-rw-r--r--dev-lang/mono/files/mono-6.12.0.199-boringssl-cmake4.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-lang/mono/files/mono-6.12.0.199-boringssl-cmake4.patch b/dev-lang/mono/files/mono-6.12.0.199-boringssl-cmake4.patch
new file mode 100644
index 000000000000..ea9c4c86fce3
--- /dev/null
+++ b/dev-lang/mono/files/mono-6.12.0.199-boringssl-cmake4.patch
@@ -0,0 +1,22 @@
+From 2153da68cbe3a3afe5416b4373edc7a64146da13 Mon Sep 17 00:00:00 2001
+From: Esme Povirk <esme@codeweavers.com>
+Date: Fri, 11 Apr 2025 18:01:12 +0000
+Subject: [PATCH] CMakeLists: Fix build on cmake 4.0.
+
+---
+ external/boringssl/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/external/boringssl/CMakeLists.txt b/external/boringssl/CMakeLists.txt
+index eaa59401d..6d8b06e15 100644
+--- a/external/boringssl/CMakeLists.txt
++++ b/external/boringssl/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 2.8.10)
++cmake_minimum_required (VERSION 2.8.10...4.0)
+
+ # Defer enabling C and CXX languages.
+ project (BoringSSL NONE)
+--
+GitLab
+