pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: tnn
Date: Sat Jan 8 15:42:14 UTC 2022
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: enable RLBox on aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 pkgsrc/www/firefox/mozilla-common.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.218 pkgsrc/www/firefox/mozilla-common.mk:1.219
--- pkgsrc/www/firefox/mozilla-common.mk:1.218 Fri Jan 7 15:06:21 2022
+++ pkgsrc/www/firefox/mozilla-common.mk Sat Jan 8 15:42:14 2022
@@ -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-clang-path=${PRE
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