commit: 0f5dd926bfafab1c0271b9e1ca873acff230c26a Author: Denis Reva <denis7774 <AT> gmail <DOT> com> AuthorDate: Wed Dec 21 15:17:41 2022 +0000 Commit: Denis Reva <denis7774 <AT> gmail <DOT> com> CommitDate: Wed Dec 21 15:17:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f5dd926
dev-util/DirectXShaderCompiler: Disabled adding -Werror by it's own Closes: https://bugs.gentoo.org/887657 Signed-off-by: Denis Reva <denis7774 <AT> gmail.com> .../DirectXShaderCompiler/DirectXShaderCompiler-1.7.2207-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/DirectXShaderCompiler/DirectXShaderCompiler-1.7.2207-r1.ebuild b/dev-util/DirectXShaderCompiler/DirectXShaderCompiler-1.7.2207-r1.ebuild index d9b7bcc15..3f341f81a 100644 --- a/dev-util/DirectXShaderCompiler/DirectXShaderCompiler-1.7.2207-r1.ebuild +++ b/dev-util/DirectXShaderCompiler/DirectXShaderCompiler-1.7.2207-r1.ebuild @@ -47,6 +47,9 @@ src_configure() { -DLLVM_BUILD_DOCS=0 -DLLVM_BUILD_TOOLS=0 -DSPIRV_BUILD_TESTS=0 + -DLLVM_ENABLE_WERROR=0 + -DSPIRV_WERROR=0 + -DSPIRV_WARN_EVERYTHING=0 -DBUILD_SHARED_LIBS=OFF -DLLVM_VERSION_SUFFIX=dxc )
