1
0
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:
Dmitry Marakasov 2016-09-09 19:24:33 +00:00
parent 18135fcc32
commit 1605333e3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421630

View 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; }