Skip to content

Commit 79c44e9

Browse files
author
hauke
committed
Fix build error on sparc, patch from John D. Baker (thanks)
Should fix PR pkg/60225
1 parent 7b123df commit 79c44e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

net/netatalk4/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.35 2026/05/14 16:41:48 ryoon Exp $
1+
# $NetBSD: Makefile,v 1.36 2026/06/11 07:49:11 hauke Exp $
22

33
GITHUB_PROJECT= netatalk
44
GITHUB_TAG= refs/tags/${DISTNAME}
@@ -176,6 +176,7 @@ BUILDLINK_API_DEPENDS.libevent+= libevent>=2
176176
.include "../../textproc/cmark-gfm/buildlink3.mk"
177177
.include "../../mk/bdb.buildlink3.mk"
178178
.include "../../mk/pthread.buildlink3.mk"
179+
.include "../../mk/atomic64.mk"
179180

180181
.include "../../devel/meson/build.mk"
181182
.include "../../mk/bsd.pkg.mk"

0 commit comments

Comments
 (0)