On 2018/02/10 17:17, David Coppa wrote:
> On Sat, 10 Feb 2018, Rafael Sadowski wrote:
>
> > Here's the update to CMake-3.10.2.
> >
> > It certainly needs a bulk to find eventual failures in dependant ports.
> > Please build and run it with jsoncpp 1.8.4 (extra mail),
> >
> > Feedback welcome.
>
> Hi Rafael,
>
> Please don't remove stuff that it's there on purpose.
>
> The wxneeded bits into patch-Source_cmComputeLinkInformation_cxx
> for example... By removing them you will break (at runtime)
> www/otter-browser and mail/trojita, among others.
+ if (litem_tolower.find("webkit") != std::string::npos ||
litem_tolower.find("webengine") != std::string::npos)
+ use_wxneeded = true;
it's a bit of a surprise to see webkit/webengine hardcoded in the patch,
can it come from ports if USE_WXNEEDED is set instead?