[Bug 257352] [patch]www/chromium: Fails to build after mempcpy (3) is added into base libc

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 Sep 2021 22:13:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257352

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #14 from Tatsuki Makino <tatsuki_makino@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.