pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/kicad
Module Name: pkgsrc
Committed By: tnn
Date: Wed Mar 23 23:07:23 UTC 2022
Modified Files:
pkgsrc/cad/kicad: Makefile
Log Message:
kicad: use atomic64.mk for std::atomic<size_t>
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/cad/kicad/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/kicad/Makefile
diff -u pkgsrc/cad/kicad/Makefile:1.60 pkgsrc/cad/kicad/Makefile:1.61
--- pkgsrc/cad/kicad/Makefile:1.60 Fri Mar 11 21:42:14 2022
+++ pkgsrc/cad/kicad/Makefile Wed Mar 23 23:07:23 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2022/03/11 21:42:14 tnn Exp $
+# $NetBSD: Makefile,v 1.61 2022/03/23 23:07:23 tnn Exp $
#
V= 6.0.2
@@ -39,6 +39,8 @@ PY_PATCHPLIST= yes
# I didn't commit them yet because it segfaults. -tnn 20220102
NOT_FOR_PLATFORM+= Darwin-*-*
+# needs 64-bit CAS for std::atomic<size_t>
+.include "../../mk/atomic64.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/cmake/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index