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:   gutteridge
Date:           Sat Jun  4 01:00:16 UTC 2022

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 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.230 pkgsrc/www/firefox/mozilla-common.mk:1.231
--- pkgsrc/www/firefox/mozilla-common.mk:1.230  Thu May 19 10:20:16 2022
+++ pkgsrc/www/firefox/mozilla-common.mk        Sat Jun  4 01:00:16 2022
@@ -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=${
 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