mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
media-libs/amdvlk: fix compilation for gcc-13
Closes: https://bugs.gentoo.org/905174 Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
This commit is contained in:
11
media-libs/amdvlk/files/amdvlk-2023.1.2-gcc13-cstdint.patch
Normal file
11
media-libs/amdvlk/files/amdvlk-2023.1.2-gcc13-cstdint.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -Naur amdvlk.orig/pal/src/core/imported/rdf/rdf/inc/amdrdf.h amdvlk/pal/src/core/imported/rdf/rdf/inc/amdrdf.h
|
||||
--- amdvlk.orig/pal/src/core/imported/rdf/rdf/inc/amdrdf.h 2023-02-16 17:37:47.000000000 +0900
|
||||
+++ amdvlk/pal/src/core/imported/rdf/rdf/inc/amdrdf.h 2024-01-17 06:58:02.666146730 +0900
|
||||
@@ -25,6 +25,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
+#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
Reference in New Issue
Block a user