Skip to content

Commit

Permalink
net/nng: add use of mk/atomic64.mk, since it's needed.
Browse files Browse the repository at this point in the history
Fixes build issue on NetBSD/macppc.
  • Loading branch information
he32 committed Dec 17, 2022
1 parent c065cde commit 39def20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/nng/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2021/07/21 14:40:30 taca Exp $
# $NetBSD: Makefile,v 1.3 2022/12/17 14:25:20 he Exp $

DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
PKGNAME= ${GITHUB_PROJECT}-1.4.0
Expand All @@ -18,4 +18,5 @@ USE_LANGUAGES= c99 c++

.include "options.mk"

.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 39def20

Please sign in to comment.