summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-06-04 01:00:16 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-06-04 01:00:16 +0000
commit0fb1708050e6d4796f86afaf1ba7f00e418e4bb0 (patch)
tree3dfb03de72363277b32343c02c4688eede38850b /www
parent7cc1d164a5ae7131d6ae6f9699fc199392f34038 (diff)
downloadpkgsrc-0fb1708050e6d4796f86afaf1ba7f00e418e4bb0.tar.gz
firefox: add a comment about clang & wasi-compiler-rt
Diffstat (limited to 'www')
-rw-r--r--www/firefox/mozilla-common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk
index 871dedf5913..cae77f52313 100644
--- a/www/firefox/mozilla-common.mk
+++ b/www/firefox/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.230 2022/05/19 10:20:16 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.231 2022/06/04 01:00:16 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -115,6 +115,8 @@ CONFIGURE_ARGS+= --with-libclang-path=${PREFIX}/lib
BUILD_DEPENDS+= lld-[0-9]*:../../devel/lld
.include "../../lang/wasi-libc/buildlink3.mk"
.include "../../lang/wasi-libcxx/buildlink3.mk"
+# NB the exact versions of the clang and wasi-compiler-rt dependencies must
+# be kept in sync, or build failures will occur due to path mismatches.
.include "../../lang/wasi-compiler-rt/buildlink3.mk"
CONFIGURE_ARGS+= --with-wasi-sysroot=${PREFIX}/wasi
CONFIGURE_ENV+= WASM_CC=${PREFIX}/bin/clang