summaryrefslogtreecommitdiff
path: root/graphics/vulkan-loader/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-02-13 09:22:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-02-13 09:22:24 +0000
commit2cfe93452f5887f3f3b0ca90b7f359579b20d377 (patch)
tree14301f80feea54e1bca0fa5842d4feafc3ec6f01 /graphics/vulkan-loader/Makefile
parentmultimedia/dav1d: chase LTO with stack_alignment reference (diff)
graphics/vulkan-loader: chase Clang assert on i386 reference
Diffstat (limited to 'graphics/vulkan-loader/Makefile')
-rw-r--r--graphics/vulkan-loader/Makefile2
1 files changed, 1 insertions, 1 deletions
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