git: 63a258292548 - main - graphics/vulkan-loader: drop i386 workaround

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 07 Dec 2024 21:42:29 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=63a2582925484613f20f2420284ce4444c876718

commit 63a2582925484613f20f2420284ce4444c876718
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-12-07 19:31:14 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-12-07 21:42:04 +0000

    graphics/vulkan-loader: drop i386 workaround
    
    No clue if or when it was fixed but not reproducible anymore.
    
    PR:             249527
---
 graphics/vulkan-loader/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index ccfc107bc56e..605e95e9b699 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	vulkan-loader
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.4.303
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -45,9 +46,5 @@ post-patch:
 		-e '/FALLBACK/s,/etc,${PREFIX}&,' \
 		-e 's,/usr/local,${PREFIX},' \
 		${WRKSRC}/CMakeLists.txt
-# 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
 
 .include <bsd.port.mk>