[gentoo-dev] Mailing list for ebuild patches? (Was: Re: [PATCH] media-libs/freetype: fix GCC usage during configure)

2022-01-07 Thread Sam James
> On 7 Jan 2022, at 13:08, Adrian Ratiu wrote: > > If $CC_BUILD is not set, configure defaults to GCC for some > of its tests causing clang builds to use a mixture of the > two compilers instead of using just clang consistently. > [snip] Thanks! Looks like Polynomial-C applied this as https:

[gentoo-dev] Last-rites: net-libs/jreen

2022-01-07 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2022-01-07) # Unmaintained, cmake warnings, QA notices, weird build error, no revdeps. # Removal on 2022-02-06. Bug #830727 net-libs/jreen signature.asc Description: This is a digitally signed message part.

[gentoo-dev] [PATCH] media-libs/freetype: fix GCC usage during configure

2022-01-07 Thread Adrian Ratiu
If $CC_BUILD is not set, configure defaults to GCC for some of its tests causing clang builds to use a mixture of the two compilers instead of using just clang consistently. Here is an example before and after setting CC_BUILD (this is actually from ChromiumOS where this was first detected). befo