[Bug 262039] graphics/jasper: Update to 3.0.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Mar 2022 23:05:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262039 --- Comment #18 from Tatsuki Makino <tatsuki_makino@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.