[Bug 241506] graphics/mesa needs _GNU_SOURCE in strtod.c
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 26 17:56:01 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241506
Bug ID: 241506
Summary: graphics/mesa needs _GNU_SOURCE in strtod.c
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: jsm at FreeBSD.org
Follow up on bug #237662 the root cause was in mesa, it reused the actual
locale
and not the C locale as intended in mesa-18.3.2/src/util/strtod.c
if you define _GNU_SOURCE in that file strtof_l gets called as intended, i.e
with the C locale loc thus not scrambling numbers as 0.444 with a decimal sep
of "," from the users locale...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list