Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Sep 2021 22:13:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 257352] [patch]www/chromium: Fails to build after mempcpy (3) is added into base libc
Message-ID:  <bug-257352-28929-PwbvDrvGK1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257352-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257352-28929@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=3D257352

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!=3D  ${GREP} -q mempcpy ${CROSS_SYSROOT}/usr/include/string.h =
&&
echo 1 || echo 0
.if ${BASE_MEMPCPY}

...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257352-28929-PwbvDrvGK1>