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, Jul 21, 9:36 PM
Unknown Object (File)
Mon, Jul 20, 10:19 PM
Unknown Object (File)
Sun, Jul 19, 6:25 PM
Unknown Object (File)
Sat, Jul 18, 5:50 AM
Unknown Object (File)
Tue, Jun 30, 8:10 AM
Unknown Object (File)
Jun 18 2026, 2:03 PM
Unknown Object (File)
Jun 16 2026, 10:23 PM
Unknown Object (File)
Jun 4 2026, 11:29 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.