pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lldb
Module Name: pkgsrc
Committed By: he
Date: Wed Feb 15 07:41:44 UTC 2023
Modified Files:
pkgsrc/devel/lldb: Makefile
Log Message:
lldb: convert to using atomic64.mk.
This brings the NetBSD/macppc build from 9% to 90%, at which point
it bombs out due to missing
lldb_private::process_netbsd::NativeRegisterContextNetBSD::CreateHostNativeRegisterContextNetBSD
which is apparently only implemented for amd64 and i386.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/lldb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/lldb/Makefile
diff -u pkgsrc/devel/lldb/Makefile:1.43 pkgsrc/devel/lldb/Makefile:1.44
--- pkgsrc/devel/lldb/Makefile:1.43 Wed Nov 30 19:54:59 2022
+++ pkgsrc/devel/lldb/Makefile Wed Feb 15 07:41:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2022/11/30 19:54:59 adam Exp $
+# $NetBSD: Makefile,v 1.44 2023/02/15 07:41:44 he Exp $
.include "../../lang/llvm/version.mk"
@@ -80,7 +80,7 @@ post-extract:
${MKDIR} ${WRKSRC}/build
#.include "../../devel/googletest/buildlink3.mk" # check-lldb-unit
-.include "../../devel/libatomic_ops/buildlink3.mk"
+.include "../../mk/atomic64.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/clang/buildlink3.mk"
.include "../../lang/llvm/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index