pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/powerdns-recursor powerdns-recursor: needs atomic64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20c46cd0b445
branches:  trunk
changeset: 458120:20c46cd0b445
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Sep 10 11:00:27 2021 +0000

description:
powerdns-recursor: needs atomic64

diffstat:

 net/powerdns-recursor/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 3205213785f5 -r 20c46cd0b445 net/powerdns-recursor/Makefile
--- a/net/powerdns-recursor/Makefile    Fri Sep 10 08:48:16 2021 +0000
+++ b/net/powerdns-recursor/Makefile    Fri Sep 10 11:00:27 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/12/14 11:18:25 otis Exp $
+# $NetBSD: Makefile,v 1.42 2021/09/10 11:00:27 nia Exp $
 
 DISTNAME=      pdns-recursor-4.4.2
 PKGNAME=       ${DISTNAME:S/pdns/powerdns/}
@@ -38,5 +38,6 @@
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../lang/lua/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index