pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/wasi-compiler-rt wasi-compiler-rt: fix post-insta...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d37070299a2
branches: trunk
changeset: 372990:3d37070299a2
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Feb 04 11:01:22 2022 +0000
description:
wasi-compiler-rt: fix post-install step after llvm update
XXX: should this use 13.0.1 now?
diffstat:
lang/wasi-compiler-rt/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 56c13ee17fe1 -r 3d37070299a2 lang/wasi-compiler-rt/Makefile
--- a/lang/wasi-compiler-rt/Makefile Fri Feb 04 09:05:11 2022 +0000
+++ b/lang/wasi-compiler-rt/Makefile Fri Feb 04 11:01:22 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/01/08 17:52:09 gutteridge Exp $
+# $NetBSD: Makefile,v 1.10 2022/02/04 11:01:22 wiz Exp $
.include "../../lang/llvm/version.mk"
@@ -66,7 +66,7 @@
# problem in this package?
post-install:
${PREFIX}/bin/llvm-ranlib \
- ${DESTDIR}${PREFIX}/lib/clang/${LLVM_VERSION}/lib/wasi/libclang_rt.builtins-wasm32.a
+ ${DESTDIR}${PREFIX}/lib/clang/13.0.0/lib/wasi/libclang_rt.builtins-wasm32.a
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index