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: tnn
Date: Wed Dec 22 12:52:49 UTC 2021
Modified Files:
pkgsrc/lang/wasi-compiler-rt: Makefile
Log Message:
wasi-compiler-rt: set CLANGBASE instead of PKG_CC/CXX
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/lang/wasi-compiler-rt/Makefile:1.2
--- pkgsrc/lang/wasi-compiler-rt/Makefile:1.1 Sun Dec 19 14:05:53 2021
+++ pkgsrc/lang/wasi-compiler-rt/Makefile Wed Dec 22 12:52:49 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/12/19 14:05:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/22 12:52:49 tnn Exp $
.include "../../lang/llvm/version.mk"
@@ -59,8 +59,7 @@ post-extract:
${MKDIR} ${WRKDIR}/build
PKGSRC_COMPILER= clang
-PKG_CC= ${PREFIX}/bin/clang
-PKG_CXX= ${PREFIX}/bin/clang++
+CLANGBASE= ${PREFIX}
BUILDLINK_DEPMETHOD.clang= build
.include "../../lang/clang/buildlink3.mk"
.include "../../lang/llvm/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index