mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
The ISC is doing new strange things in their Makefiles, so add back gmake to the dependency chain when building DOCS or MANPAGES.
13 lines
446 B
Text
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])
|
|
|