ports/dns/bind9-devel/files/patch-configure.ac
Mathieu Arnold fd68b282ec
dns/bind9-devel: update to latest commit
The ISC is doing new strange things in their Makefiles, so add back
gmake to the dependency chain when building DOCS or MANPAGES.
2022-03-28 11:50:33 +02:00

13 lines
446 B
Text

automake has warnings, it is ok here.
--- configure.ac.orig 2022-02-09 16:40:14 UTC
+++ configure.ac
@@ -48,7 +48,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([bin/named/main.c])
-AM_INIT_AUTOMAKE([1.14 tar-pax foreign subdir-objects dist-xz no-dist-gzip -Wall -Werror])
+AM_INIT_AUTOMAKE([1.14 tar-pax foreign subdir-objects dist-xz no-dist-gzip -Wall])
AM_SILENT_RULES([yes])
AM_EXTRA_RECURSIVE_TARGETS([test unit doc])