Date: Thu, 02 Sep 2021 12:27:35 +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-xon3t6ofX9@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 --- Comment #15 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- (In reply to Tatsuki Makino from comment #14) Thanks for pointing this out. I've tested the patch only on affected base o= nly. (Testing the reverse condition by changing "mempcpy" on patch to something nonexistent, i.e. "mempcpie", and see the extra patch IS applied. Didn't see outputs itself from make.) But unfortunately, the logic is reversed. The extra patch is needed only if string.h doesn't have mempcpy() definitio= n. So `echo 1` and `echo 0` should be swapped. --=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-xon3t6ofX9>