mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Fix build with --disable-silent-rules
PR: 212411 Submitted by: amdmi3 Approved by: portmgr
This commit is contained in:
parent
18135fcc32
commit
1605333e3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421630
10
audio/speex/files/patch-configure
Normal file
10
audio/speex/files/patch-configure
Normal file
@ -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; }
|
Loading…
Reference in New Issue
Block a user