git: 1b4687aa88f7 - main - devel/wizer: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Feb 2025 10:49:29 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b4687aa88f720d1ee18d9dbc49a41191fb1585b commit 1b4687aa88f720d1ee18d9dbc49a41191fb1585b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-02-13 10:48:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-02-13 10:48:58 +0000 devel/wizer: Broken on i386 --- devel/wizer/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/wizer/Makefile b/devel/wizer/Makefile index 30e7e7040407..b780404f006d 100644 --- a/devel/wizer/Makefile +++ b/devel/wizer/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/bytecodealliance/wizer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails: unresolved import `wasmtime_asm_macros::asm_sym` + LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo