pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: add a comment about clang & wasi-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c41b04e9368
branches:  trunk
changeset: 380330:2c41b04e9368
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Jun 04 01:00:16 2022 +0000

description:
firefox: add a comment about clang & wasi-compiler-rt

diffstat:

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

diffs (18 lines):

diff -r 3ebd0bca081f -r 2c41b04e9368 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Sat Jun 04 00:56:53 2022 +0000
+++ b/www/firefox/mozilla-common.mk     Sat Jun 04 01:00:16 2022 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index