diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-13 10:48:58 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-13 10:48:58 +0000 |
commit | 1b4687aa88f720d1ee18d9dbc49a41191fb1585b (patch) | |
tree | 89926f12a326883ccdf16e1833be96795cf97e5c | |
parent | 766005f9a0a1815b9708aebb71b8e2cb51df4222 (diff) |
devel/wizer: Broken on i386
-rw-r--r-- | devel/wizer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |