Date: Thu, 03 Mar 2022 23:05:41 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 262039] graphics/jasper: Update to 3.0.2 Message-ID: <bug-262039-39348-mVLHwOZ910@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262039-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-262039-39348@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262039 --- 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262039-39348-mVLHwOZ910>