summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2024-02-08 21:19:23 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-02-08 22:47:33 +0100
commit2cc69ea9750b8dcaf1d2f3924a817a16545d6154 (patch)
tree71913694f7b1373b3c5ba4daf17912a6f9ffd3aa
parentdev-util/intel-graphics-system-controller: drop 0.8.13-r1 (diff)
downloadgentoo-2cc69ea9750b8dcaf1d2f3924a817a16545d6154.tar.gz
gentoo-2cc69ea9750b8dcaf1d2f3924a817a16545d6154.tar.bz2
gentoo-2cc69ea9750b8dcaf1d2f3924a817a16545d6154.zip
dev-util/spirv-llvm-translator: fix compilation
Closes: https://bugs.gentoo.org/922779 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild
index 177bf2d2fdfa..194b82f52b5f 100644
--- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild
+++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -36,6 +36,7 @@ BDEPEND="
"
PATCHES=(
+ "${FILESDIR}/${PN}-17.0.0-intel-capability.patch"
"${FILESDIR}/${PN}-16.0.0-llvm-link-llvm-dylib.patch"
"${FILESDIR}/${PN}-16.0.0-ld_library_path.patch"
)