pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/netatalk4



Module Name:    pkgsrc
Committed By:   hauke
Date:           Thu Jun 11 07:49:11 UTC 2026

Modified Files:
        pkgsrc/net/netatalk4: Makefile

Log Message:
Fix build error on sparc, patch from John D. Baker (thanks)

Should fix PR pkg/60225


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/netatalk4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/netatalk4/Makefile
diff -u pkgsrc/net/netatalk4/Makefile:1.35 pkgsrc/net/netatalk4/Makefile:1.36
--- pkgsrc/net/netatalk4/Makefile:1.35  Thu May 14 16:41:48 2026
+++ pkgsrc/net/netatalk4/Makefile       Thu Jun 11 07:49:11 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2026/05/14 16:41:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.36 2026/06/11 07:49:11 hauke Exp $
 
 GITHUB_PROJECT=        netatalk
 GITHUB_TAG=    refs/tags/${DISTNAME}
@@ -176,6 +176,7 @@ BUILDLINK_API_DEPENDS.libevent+=        
 .include "../../textproc/cmark-gfm/buildlink3.mk"
 .include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/atomic64.mk"
 
 .include "../../devel/meson/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index