On Sat, Mar 4, 2017 at 12:03 PM, Ulrich Mueller <u...@gentoo.org> wrote:
>>>>>> On Sat, 4 Mar 2017, Matt Turner wrote:
>
>> +     # 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[@]}"
>>       )
>
> Isn't that rather pointless, given that in all non-deprecated EAPIs
> econf will already pass --disable-silent-rules to configure?

I don't know. Please tell me if that is the case, and I'll be happy to
drop the patch and close the bug.

(A large portion of the bugs assigned to x11@ have been long since
fixed, so that would not be a surprising conclusion)

Reply via email to