pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bird



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 17 22:53:00 UTC 2025

Modified Files:
        pkgsrc/net/bird: Makefile

Log Message:
bird: Needs atomic64.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/bird/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/bird/Makefile
diff -u pkgsrc/net/bird/Makefile:1.10 pkgsrc/net/bird/Makefile:1.11
--- pkgsrc/net/bird/Makefile:1.10       Tue Sep 30 13:05:18 2025
+++ pkgsrc/net/bird/Makefile    Wed Dec 17 22:53:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/09/30 13:05:18 adam Exp $
+# $NetBSD: Makefile,v 1.11 2025/12/17 22:53:00 nia Exp $
 
 DISTNAME=      bird-3.1.4
 CATEGORIES=    net
@@ -31,4 +31,5 @@ CONF_FILES=           ${EGDIR}/bird.conf ${PKG_SY
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../security/libssh/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index