summaryrefslogtreecommitdiff
path: root/lang/wasi-compiler-rt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-02-04 11:01:22 +0000
committerwiz <wiz@pkgsrc.org>2022-02-04 11:01:22 +0000
commit5431a5e7da9479484977bd5057dced15e3a21dfe (patch)
treeca1d296a88ebd94899e466283154c3f56054898f /lang/wasi-compiler-rt
parent7db89d41a81857447c75d82edb1ba541e50eb18c (diff)
downloadpkgsrc-5431a5e7da9479484977bd5057dced15e3a21dfe.tar.gz
wasi-compiler-rt: fix post-install step after llvm update
XXX: should this use 13.0.1 now?
Diffstat (limited to 'lang/wasi-compiler-rt')
-rw-r--r--lang/wasi-compiler-rt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/wasi-compiler-rt/Makefile b/lang/wasi-compiler-rt/Makefile
index bce041489df..378b7b62bd6 100644
--- a/lang/wasi-compiler-rt/Makefile
+++ b/lang/wasi-compiler-rt/Makefile
@@ -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 @@ post-extract:
# 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"