+93
−0
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
Backport GTK MR 5531 to fix sincos detection with clang on all platforms. The issue occurs because meson's function detection doesn't include proper headers or -D_GNU_SOURCE when checking for sincos(), causing it to fail detection even when the function is available (especially with clang). This backports the fix from GTK 4 (MR 5531) which was never backported to the gtk-3-24 branch. The patch adds proper headers and compiler flags to meson's function detection, and updates gtkgears.c to use a wrapper function that conditionally uses sincos() only when properly detected. Upstream MR: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5531 See: https://github.com/NixOS/nixpkgs/pull/449689