pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/wasi-libcxx
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 25 22:25:14 UTC 2023
Modified Files:
pkgsrc/lang/wasi-libcxx: Makefile
Log Message:
wasi-libcxx: revert previous
This does lots of manual cmake steps, do not use cmake/build.mk for now
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/wasi-libcxx/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-libcxx/Makefile
diff -u pkgsrc/lang/wasi-libcxx/Makefile:1.17 pkgsrc/lang/wasi-libcxx/Makefile:1.18
--- pkgsrc/lang/wasi-libcxx/Makefile:1.17 Tue Jan 24 18:36:29 2023
+++ pkgsrc/lang/wasi-libcxx/Makefile Wed Jan 25 22:25:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2023/01/24 18:36:29 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2023/01/25 22:25:14 wiz Exp $
.include "../../lang/llvm/version.mk"
@@ -33,6 +33,7 @@ BUILD_DIRS+= build_libcxxabi
INSTALL_DIRS+= ${BUILD_DIRS}
USE_LANGUAGES= c c++
+USE_CMAKE= yes
SSP_SUPPORTED= no
PKGSRC_USE_STACK_CHECK= no
@@ -168,7 +169,6 @@ post-install:
${PREFIX}/bin/llvm-ranlib \
${DESTDIR}${PREFIX}/wasi/lib/wasm32-wasi/libc++abi.a
-.include "../../devel/cmake/build.mk"
.include "../../lang/llvm/buildlink3.mk"
.include "../../lang/wasi-libc/buildlink3.mk"
.include "../../lang/wasi-compiler-rt/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index