commit:     9506eaba23318d70badca86aca4b3efbb69c54b0
Author:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
AuthorDate: Thu Jan 18 18:37:48 2024 +0000
Commit:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
CommitDate: Thu Jan 18 18:39:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9506eaba

media-libs/amdvlk: fix compilation with gcc-13 for other versions

Apply the same patch as v2023.1.2 (introduced at the commit
9b26cbf2aa72f49ebfd3a4d0e30f77ad535b4e8d) for other versions.

Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>

 media-libs/amdvlk/amdvlk-2023.1.1.ebuild | 1 +
 media-libs/amdvlk/amdvlk-2023.1.3.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-libs/amdvlk/amdvlk-2023.1.1.ebuild 
b/media-libs/amdvlk/amdvlk-2023.1.1.ebuild
index 9e74476fab..2083a930e5 100644
--- a/media-libs/amdvlk/amdvlk-2023.1.1.ebuild
+++ b/media-libs/amdvlk/amdvlk-2023.1.1.ebuild
@@ -73,6 +73,7 @@ PATCHES=(
        "${FILESDIR}/amdvlk-2022.4.2-reduced-llvm-installations.patch"
        "${FILESDIR}/amdvlk-2022.4.2-reduced-llvm-installations-part2.patch"
        "${FILESDIR}/amdvlk-2022.4.4-r1-disable-Werror.patch" #887777
+       "${FILESDIR}/amdvlk-2023.1.2-gcc13-cstdint.patch" #905174
 )
 
 pkg_pretend(){

diff --git a/media-libs/amdvlk/amdvlk-2023.1.3.ebuild 
b/media-libs/amdvlk/amdvlk-2023.1.3.ebuild
index 07f1c5ce5a..815d180e2e 100644
--- a/media-libs/amdvlk/amdvlk-2023.1.3.ebuild
+++ b/media-libs/amdvlk/amdvlk-2023.1.3.ebuild
@@ -74,6 +74,7 @@ PATCHES=(
        #"${FILESDIR}/amdvlk-2022.4.2-reduced-llvm-installations.patch"
        #"${FILESDIR}/amdvlk-2022.4.2-reduced-llvm-installations-part2.patch"
        "${FILESDIR}/amdvlk-2022.4.4-r1-disable-Werror.patch" #887777
+       "${FILESDIR}/amdvlk-2023.1.2-gcc13-cstdint.patch" #905174
 )
 
 pkg_pretend(){

Reply via email to