https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257352
Tatsuki Makino <tatsuki_mak...@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tatsuki_mak...@hotmail.com --- Comment #14 from Tatsuki Makino <tatsuki_mak...@hotmail.com> --- (In reply to commit-hook from comment #13) This change will result in an error message in a non-problematic environment (12.2-STABLE). The following might be better? ... BASE_MEMPCPY!= ${GREP} -q mempcpy ${CROSS_SYSROOT}/usr/include/string.h && echo 1 || echo 0 .if ${BASE_MEMPCPY} ... -- You are receiving this mail because: You are the assignee for the bug.