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
F166637985: D50138.diff
Sat, Aug 15, 2:42 AM
Unknown Object (File)
Wed, Aug 5, 5:35 AM
Unknown Object (File)
Tue, Aug 4, 7:28 PM
Unknown Object (File)
Tue, Aug 4, 12:01 PM
Unknown Object (File)
Tue, Aug 4, 12:49 AM
Unknown Object (File)
Sun, Aug 2, 5:33 AM
Unknown Object (File)
Sun, Aug 2, 4:37 AM
Unknown Object (File)
Sat, Aug 1, 5:54 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
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.