Page MenuHomeFreeBSD

www/webkit2-gtk: properly expose roundeven{,f} on 32-bit platforms
ClosedPublic

Authored by vishwin on May 3 2025, 5:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 16, 7:50 AM
Unknown Object (File)
Wed, Sep 16, 6:41 AM
Unknown Object (File)
Mon, Sep 14, 12:40 PM
Unknown Object (File)
Sun, Aug 23, 3:30 AM
Unknown Object (File)
Sat, Aug 22, 9:37 AM
Unknown Object (File)
Sat, Aug 22, 9:34 AM
Unknown Object (File)
Thu, Aug 20, 2:05 AM
Unknown Object (File)
Wed, Aug 19, 4:53 PM
Subscribers
None

Details

Summary

The preprocessor guard only accounts for Linux without glibc, but we don't have these C23 functions yet either.

Test Plan

test on 32-bit platforms

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 63859
Build 60743: arc lint + arc unit

Event Timeline

vishwin created this revision.

Builds fine on 14.2-RELEASE-p3, thanks!

This revision is now accepted and ready to land.May 3 2025, 7:38 PM

Please make sure to MFH this change when it lands. My test builds on armv7 and i386 are still ongoing.

Build test on i386 and armv7 FreeBSD 14.2 passed.