aboutsummaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-09 19:24:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-09 19:24:33 +0000
commit1605333e3cf23075147b74a7ebb4ededda59e1f2 (patch)
treed2b056cb6ae0f4a939d3cd53bd2ba5241d4995b6 /audio/speex
parent18135fcc32bdd3c530e74abd914c8eff385ee623 (diff)
downloadports-1605333e3cf23075147b74a7ebb4ededda59e1f2.tar.gz
ports-1605333e3cf23075147b74a7ebb4ededda59e1f2.zip
- Fix build with --disable-silent-rules
PR: 212411 Submitted by: amdmi3 Approved by: portmgr
Notes
Notes: svn path=/head/; revision=421630
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/files/patch-configure10
1 files changed, 10 insertions, 0 deletions
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; }