pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/powerdns-recursor



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep 10 11:00:27 UTC 2021

Modified Files:
        pkgsrc/net/powerdns-recursor: Makefile

Log Message:
powerdns-recursor: needs atomic64


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/powerdns-recursor/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/powerdns-recursor/Makefile
diff -u pkgsrc/net/powerdns-recursor/Makefile:1.41 pkgsrc/net/powerdns-recursor/Makefile:1.42
--- pkgsrc/net/powerdns-recursor/Makefile:1.41  Mon Dec 14 11:18:25 2020
+++ pkgsrc/net/powerdns-recursor/Makefile       Fri Sep 10 11:00:27 2021
@@ -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 @@ CXXFLAGS+=    -Wno-c++11-narrowing
 .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