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)
Tue, Oct 7, 12:43 AM
Unknown Object (File)
Mon, Oct 6, 7:23 PM
Unknown Object (File)
Sat, Oct 4, 5:39 AM
Unknown Object (File)
Sep 16 2025, 7:20 AM
Unknown Object (File)
Sep 15 2025, 4:26 AM
Unknown Object (File)
Sep 13 2025, 10:48 PM
Unknown Object (File)
Sep 10 2025, 8:58 PM
Unknown Object (File)
Sep 10 2025, 10:10 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

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.