pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/wasi-compiler-rt



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Jan  8 17:52:09 UTC 2022

Modified Files:
        pkgsrc/lang/wasi-compiler-rt: Makefile

Log Message:
wasi-compiler-rt: add PR pkg/56590 reference in comment


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/wasi-compiler-rt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/wasi-compiler-rt/Makefile
diff -u pkgsrc/lang/wasi-compiler-rt/Makefile:1.8 pkgsrc/lang/wasi-compiler-rt/Makefile:1.9
--- pkgsrc/lang/wasi-compiler-rt/Makefile:1.8   Fri Jan  7 20:24:39 2022
+++ pkgsrc/lang/wasi-compiler-rt/Makefile       Sat Jan  8 17:52:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/07 20:24:39 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2022/01/08 17:52:09 gutteridge Exp $
 
 .include "../../lang/llvm/version.mk"
 
@@ -62,8 +62,8 @@ post-extract:
        ${MKDIR} ${WRKDIR}/build
 
 # Run llvm-ranlib again on the archive. Fixes mystery build failure
-# in Firefox due to missing index. Might be a MAKE_JOBS problem in
-# this package?
+# in Firefox due to missing index (see PR pkg/56590). Might be a MAKE_JOBS
+# problem in this package?
 post-install:
        ${PREFIX}/bin/llvm-ranlib \
          ${DESTDIR}${PREFIX}/lib/clang/${LLVM_VERSION}/lib/wasi/libclang_rt.builtins-wasm32.a



Home | Main Index | Thread Index | Old Index