[Bug 262039] graphics/jasper: Update to 3.0.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 3 23:05:41 GMT 2022


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262039

--- Comment #18 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
(In reply to Po-Chuan Hsieh from comment #17)

I am not sure what is causing this :)

converter/other/jpeg2000/jpeg2ktopam.c has #define _XOPEN_SOURCE 500.
This is downgrading _POSIX_C_SOURCE to 199506.
It further downgrades __ISOC_VISIBLE to 1990.
As a result, it does not pass the max_align_t typedef in stddef.h.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list