diff options
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 9f70d4ac097c..3e658284dc52 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -48,7 +48,7 @@ MOZ_OPTIONS= --enable-application=browser \ .include <bsd.port.options.mk> .if ${ARCH} == powerpc64 -MOZ_OPTIONS+= --without-wasm-sandboxed-libraries +MOZ_OPTIONS+= --disable-webrtc --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 \ |