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:   wiz
Date:           Fri Feb  4 11:01:22 UTC 2022

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

Log Message:
wasi-compiler-rt: fix post-install step after llvm update

XXX: should this use 13.0.1 now?


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/lang/wasi-compiler-rt/Makefile:1.10
--- pkgsrc/lang/wasi-compiler-rt/Makefile:1.9   Sat Jan  8 17:52:09 2022
+++ pkgsrc/lang/wasi-compiler-rt/Makefile       Fri Feb  4 11:01:22 2022
@@ -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"
 



Home | Main Index | Thread Index | Old Index