pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/powerdns
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 12 20:23:15 UTC 2023
Modified Files:
pkgsrc/net/powerdns: Makefile.common
Log Message:
powerdns: Require a compiler with support for C++17 features.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/powerdns/Makefile.common
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/Makefile.common
diff -u pkgsrc/net/powerdns/Makefile.common:1.37 pkgsrc/net/powerdns/Makefile.common:1.38
--- pkgsrc/net/powerdns/Makefile.common:1.37 Tue Jun 6 12:42:07 2023
+++ pkgsrc/net/powerdns/Makefile.common Wed Jul 12 20:23:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2023/06/06 12:42:07 riastradh Exp $
+# $NetBSD: Makefile.common,v 1.38 2023/07/12 20:23:14 nia Exp $
# used by net/powerdns/Makefile.backend
PDNS_VERSION= 4.6.4
@@ -20,6 +20,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
CONFIGURE_ARGS+= --with-lua=lua-${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
+# "A compiler with support for C++17 language features is required."
+GCC_REQD+= 7
+
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index