From: Agostino Sarubbo <a...@gentoo.org> Bug: https://bugs.gentoo.org/458000 --- eclass/xorg-2.eclass | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 1af1705..fe44658 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -472,9 +472,15 @@ xorg-2_src_configure() { local selective_werror="--disable-selective-werror" fi + # Check if package supports a verbose build + if grep -q -s "disable-silent-rules" ${ECONF_SOURCE:-.}/configure; then + local no_silent="--disable-silent-rules" + fi + local myeconfargs=( ${dep_track} ${selective_werror} + ${no_silent} ${FONT_OPTIONS} "${xorgconfadd[@]}" ) -- 2.10.2