guru/media-libs/libbpg/files/libbpg-0.9.8-cmake-3.31.patch
Takuya Wakazono 777f5f16a0
media-libs/libbpg: fix build with cmake-3.31
Closes: https://bugs.gentoo.org/945304
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-01-04 01:35:52 +09:00

10 lines
349 B
Diff

https://bugs.gentoo.org/945304
https://gitlab.kitware.com/cmake/cmake/-/commit/c1c4cf9545d17928c065fca344c48e03b80291f0
Add linker configuration file for CMake 3.31.0+.
--- /dev/null
+++ b/x265/source/cmake/CMakeASM_YASMLinkerInformation.cmake
@@ -0,0 +1,3 @@
+set(ASM_DIALECT "_YASM")
+include(Internal/CMakeASMLinkerInformation)
+set(ASM_DIALECT)