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

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 02 Sep 2021 12:27:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257352

--- 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 only.
(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() definition.
So `echo 1` and `echo 0` should be swapped.

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