[Bug 282316] graphics/mesa-dri: fix build with clang 19

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Oct 2024 16:17:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282316

--- Comment #10 from Jan Beich <jbeich@FreeBSD.org> ---
Likely MFH-unsafe but -CURRENT isn't supported on /quarterly, anyway. Mesa with
Clang < 19 defaults to -ftls-model=global-dynamic. Even if
-ftls-model=initial-exec is correct for FreeBSD it was broken in the past, see
https://gitlab.freedesktop.org/mesa/mesa/-/issues/966

I've reported some regressions in the upstream MR. Only affects mesa-devel but
this bug is about mesa-dri, so not a real MFH blocker.

-- 
You are receiving this mail because:
You are the assignee for the bug.