https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262039
--- Comment #18 from Tatsuki Makino <[email protected]> --- (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.
