pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue May 28 00:52:21 UTC 2024

Modified Files:
        pkgsrc/devel/cmake: Makefile

Log Message:
devel/cmake: cmake wants 64-bit atomics.

No revbump because this wouldn't build without it on platforms where
it is needed, and no change on platforms where it isn't needed.


To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 pkgsrc/devel/cmake/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/cmake/Makefile
diff -u pkgsrc/devel/cmake/Makefile:1.216 pkgsrc/devel/cmake/Makefile:1.217
--- pkgsrc/devel/cmake/Makefile:1.216   Thu May 16 06:14:44 2024
+++ pkgsrc/devel/cmake/Makefile Tue May 28 00:52:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.216 2024/05/16 06:14:44 wiz Exp $
+# $NetBSD: Makefile,v 1.217 2024/05/28 00:52:21 riastradh Exp $
 
 PKGREVISION= 1
 .include "Makefile.common"
@@ -88,6 +88,7 @@ BUILDLINK_API_DEPENDS.rhash+= rhash>=1.4
 .include "../../misc/rhash/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/curses.buildlink3.mk"
 
 .if !exists(${BUILDLINK_INCDIRS.curses}/form.h) && \



Home | Main Index | Thread Index | Old Index