mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
biology/libneurosim: Fix use of libltdl. dns/ddclient: Take out -Werror. lang/sdcc: - Patching ARCH is no longer needed. Remove it because it touched some configure.ac files and that causes other autotools files to appear out-of-date. - Run autoreconf in WRKSRC/device/lib/pic14 because aclocal.m4 and config.h.in appear out-of-date. net/rpki-client: Patch Makefile.in instead of Makefile.am to avoid autotools. sysutils/genimage: Run configure with --disable-silent-rules because upstream changed the default to silent and when silent rules are enabled it also runs make with --no-print-directory which is a gmake flag. Patch Makefile.am so it uses --no-print-directory depending on the actual verbosity instead of the default. PR: 280277 Exp-run by: antoine
11 lines
497 B
Text
11 lines
497 B
Text
--- configure.ac.orig 2023-11-23 12:06:21 UTC
|
|
+++ configure.ac
|
|
@@ -11,7 +11,7 @@ AC_REQUIRE_AUX_FILE([tap-driver.sh])
|
|
# tap-driver.sh, so build-aux/tap-driver.sh is checked in to keep the
|
|
# above AC_REQUIRE_AUX_FILE line from causing configure to complain
|
|
# about a mising file if the user has Automake 1.11.)
|
|
-AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign subdir-objects parallel-tests])
|
|
+AM_INIT_AUTOMAKE([1.11 -Wall foreign subdir-objects parallel-tests])
|
|
AM_SILENT_RULES
|
|
|
|
AC_PROG_MKDIR_P
|