git: 55b4ccd8ea06 - main - www/tor-browser: remove already disabled --disable-webrtc from powerpc64 conditional
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 14:59:00 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=55b4ccd8ea0684c8991e31cf4a6c33602217cf6d commit 55b4ccd8ea0684c8991e31cf4a6c33602217cf6d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-07 23:30:38 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-08 14:58:30 +0000 www/tor-browser: remove already disabled --disable-webrtc from powerpc64 conditional --- www/tor-browser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index a2281f60acac..1c25291a0caf 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -73,7 +73,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} MOZ_OPTIONS+= --enable-rust-simd .endif .if ${ARCH} == powerpc64 -MOZ_OPTIONS+= --disable-webrtc --without-wasm-sandboxed-libraries +MOZ_OPTIONS+= --without-wasm-sandboxed-libraries .else BUILD_DEPENDS+= ${LOCALBASE}/share/wasi-sysroot/lib/wasm32-wasi/libc++abi.a:devel/wasi-libcxx \ ${LOCALBASE}/share/wasi-sysroot/lib/wasm32-wasi/libc.a:devel/wasi-libc \