Skip to content

Commit 39def20

Browse files
committed
net/nng: add use of mk/atomic64.mk, since it's needed.
Fixes build issue on NetBSD/macppc.
1 parent c065cde commit 39def20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

net/nng/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.2 2021/07/21 14:40:30 taca Exp $
1+
# $NetBSD: Makefile,v 1.3 2022/12/17 14:25:20 he Exp $
22

33
DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
44
PKGNAME= ${GITHUB_PROJECT}-1.4.0
@@ -18,4 +18,5 @@ USE_LANGUAGES= c99 c++
1818

1919
.include "options.mk"
2020

21+
.include "../../mk/atomic64.mk"
2122
.include "../../mk/bsd.pkg.mk"

0 commit comments

Comments
 (0)