devel/libwasmtime: mark build failed on i386 (+)
<Error> error[E0432]: unresolved import `wasmtime_asm_macros::asm_sym` --> crates/fiber/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 </Error> Add cpe staff. Bump PORTREVISION.
This commit is contained in:
parent
9b09bd9028
commit
a297d3477d
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= lib${GH_PROJECT}
|
||||
PORTVERSION= 11.0.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= osa@FreeBSD.org
|
||||
|
@ -10,7 +11,11 @@ WWW= https://wasmtime.dev/
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cargo
|
||||
NOT_FOR_ARCHS= i386
|
||||
NOT_FOR_ARCHS_REASON= build currently failing
|
||||
|
||||
USES= cargo cpe
|
||||
CPE_VENDOR= bytecodealliance
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue