Skip to content

Commit

Permalink
devel/cmake: cmake wants 64-bit atomics.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
riastradh committed May 28, 2024
1 parent a0fc820 commit af798c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/cmake/Makefile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -88,6 +88,7 @@ BUILDLINK_API_DEPENDS.rhash+= rhash>=1.4.2nb1
.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) && \
Expand Down

0 comments on commit af798c8

Please sign in to comment.