* On 2022-06-08 at 23:36 BST, David Holland wrote:
On Tue, Jun 07, 2022 at 11:23:03AM +0000, Jonathan Perkin wrote: > py-numpy: Remove invalid __STDC_VERSION__ on SunOS. > : > +# Remove invalid __STDC_VERSION__ setting > +BUILDLINK_TRANSFORM.SunOS+= rm:-D__STDC_VERSION__=0 > + That's... creative of it. Does it do that on all platforms and it only fails on Solaris, or is it some kind of fallout from some config issue not worth debugging?
It does it on all platforms, I agree that it's highly bogus, but I didn't want to break some weird platform that depends on this behaviour (they must have added it for _some_ reason) so limited to SunOS for now where it definitely breaks things.
-- Jonathan Perkin www.perkin.org.uk github.com/jperkin twitter.com/jperkin