git: 3f4a3c32dc41 - 2024Q1 - games/veloren-weekly: mark BROKEN on i386 after 76756d2f6d52

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 13 Feb 2024 05:04:50 UTC
The branch 2024Q1 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f4a3c32dc415c48f63c88902d53d3de42a8f00b

commit 3f4a3c32dc415c48f63c88902d53d3de42a8f00b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-13 04:56:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-13 05:04:48 +0000

    games/veloren-weekly: mark BROKEN on i386 after 76756d2f6d52
    
    error[E0432]: unresolved import `wasmtime_asm_macros::asm_sym`
      --> cargo-crates/wasmtime-fiber-17.0.0/src/unix/x86.rs:13:37
       |
    13 | use wasmtime_asm_macros::{asm_func, asm_sym};
       |                                     ^^^^^^^ no `asm_sym` in the root
    
    For more information about this error, try `rustc --explain E0432`.
    error: could not compile `wasmtime-fiber` (lib) due to previous error
    
    Reported by:    pkg-fallout
    
    (cherry picked from commit 0459a82c11ca55e1fe2bfc69d5165670bb7b2312)
---
 games/veloren-weekly/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile
index f05b386cf535..0d6e7976ec9f 100644
--- a/games/veloren-weekly/Makefile
+++ b/games/veloren-weekly/Makefile
@@ -11,6 +11,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	https://github.com/rust-lang/libc/issues/3217
+BROKEN_i386=	https://github.com/bytecodealliance/wasmtime/issues/7924
 ONLY_FOR_ARCHS=	aarch64 amd64 i386
 ONLY_FOR_ARCHS_REASON=	unsupported platform by https://github.com/wasmerio/wasmer