pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: enable RLBox on aarch64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c94dbdaaa53
branches:  trunk
changeset: 371303:2c94dbdaaa53
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jan 08 15:42:14 2022 +0000

description:
firefox: enable RLBox on aarch64

diffstat:

 www/firefox/mozilla-common.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ee2f608ad5a4 -r 2c94dbdaaa53 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Sat Jan 08 15:41:36 2022 +0000
+++ b/www/firefox/mozilla-common.mk     Sat Jan 08 15:42:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.218 2022/01/07 15:06:21 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.219 2022/01/08 15:42:14 tnn Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -111,7 +111,7 @@
 CONFIGURE_ARGS+=       --with-libclang-path=${PREFIX}/lib
 
 # RLBox WASM sandbox
-.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "aarch64"
 # For wasm-ld command
 BUILD_DEPENDS+=                lld-[0-9]*:../../devel/lld
 .include "../../lang/wasi-libc/buildlink3.mk"



Home | Main Index | Thread Index | Old Index