From 1605333e3cf23075147b74a7ebb4ededda59e1f2 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 9 Sep 2016 19:24:33 +0000 Subject: [PATCH] - Fix build with --disable-silent-rules PR: 212411 Submitted by: amdmi3 Approved by: portmgr --- audio/speex/files/patch-configure | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 audio/speex/files/patch-configure diff --git a/audio/speex/files/patch-configure b/audio/speex/files/patch-configure new file mode 100644 index 000000000000..72d94651c77c --- /dev/null +++ b/audio/speex/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig 2014-12-06 19:58:24 UTC ++++ configure +@@ -2486,6 +2486,7 @@ case $enable_silent_rules in # ((( + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=0;; + esac ++unset enableval + am_make=${MAKE-make} + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }