mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
And add -fno-strict-aliasing and filter lto due to funky video bit fiddling Closes: https://bugs.gentoo.org/949733 Closes: https://bugs.gentoo.org/951925 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/41248 Signed-off-by: Sam James <sam@gentoo.org>
10 lines
287 B
Diff
10 lines
287 B
Diff
Fix build with CMake4
|
|
https://bugs.gentoo.org/951925
|
|
--- a/CMakeLists.txt 2025-03-23 21:09:27.899813094 +0300
|
|
+++ b/CMakeLists.txt 2025-03-23 21:12:50.990263429 +0300
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 3.1.2)
|
|
+cmake_minimum_required(VERSION 3.5)
|
|
|
|
project("mkvalidator")
|
|
|