diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-10 03:24:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-10 03:24:33 +0800 |
commit | 9555a5c9bd4eb9f1c2071f1865bf2b91ea57d458 (patch) | |
tree | d2b056cb6ae0f4a939d3cd53bd2ba5241d4995b6 /audio/speex | |
parent | 72bad2ee9b8335dcaf2830194d28514f6ce8e0e6 (diff) | |
download | freebsd-ports-gnome-9555a5c9bd4eb9f1c2071f1865bf2b91ea57d458.tar.gz freebsd-ports-gnome-9555a5c9bd4eb9f1c2071f1865bf2b91ea57d458.tar.zst freebsd-ports-gnome-9555a5c9bd4eb9f1c2071f1865bf2b91ea57d458.zip |
- Fix build with --disable-silent-rules
PR: 212411
Submitted by: amdmi3
Approved by: portmgr
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/files/patch-configure | 10 |
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; } |