diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-14 23:18:39 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-14 23:18:39 -0800 |
commit | 7fda360a4f0bf4da07592238c00544884efa41b6 (patch) | |
tree | 37156fed83757e1c6d437a2143f9f3544d9a92a5 /www | |
parent | b6e35e00f741c0456a7e6d5f5d09a56df1f21000 (diff) | |
download | freebsd-ports-7fda360a4f0bf4da07592238c00544884efa41b6.zip |
www/wasm-pack: Broken on powerpc64le
Reported by: fallout
Diffstat (limited to 'www')
-rw-r--r-- | www/wasm-pack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/wasm-pack/Makefile b/www/wasm-pack/Makefile index f3c6a2914452..d48859fdd8ad 100644 --- a/www/wasm-pack/Makefile +++ b/www/wasm-pack/Makefile @@ -13,6 +13,8 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/rustwasm/wasm-pack/issues/1361 + BUILD_DEPENDS= gmake:devel/gmake \ zstd>0:archivers/zstd LIB_DEPENDS= libcurl.so:ftp/curl |