git: 2cfe93452f58 - main - graphics/vulkan-loader: chase Clang assert on i386 reference
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Feb 2022 09:28:26 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2cfe93452f5887f3f3b0ca90b7f359579b20d377
commit 2cfe93452f5887f3f3b0ca90b7f359579b20d377
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-02-13 09:22:24 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-13 09:22:24 +0000
graphics/vulkan-loader: chase Clang assert on i386 reference
---
graphics/vulkan-loader/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index 3a95e99b32c5..902b3ef6d473 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -43,7 +43,7 @@ post-patch:
-e '/FALLBACK/s,/etc,${PREFIX}&,' \
-e 's,/usr/local,${PREFIX},' \
${WRKSRC}/CMakeLists.txt
-# https://bugs.llvm.org/show_bug.cgi?id=47348
+# https://github.com/llvm/llvm-project/issues/46692
@if [ "${CHOSEN_COMPILER_TYPE}-${ARCH}-${_OSRELEASE:C/.*-//}" = "clang-i386-CURRENT" ]; then \
${ECHO} "disabled" >${WRKSRC}/loader/asm_test_x86.S; \
fi