https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280376
--- Comment #4 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fd42baef1d67ba2b5be74ec5ca634a044b13cb8 commit 9fd42baef1d67ba2b5be74ec5ca634a044b13cb8 Author: Guido Falsi <madpi...@freebsd.org> AuthorDate: 2024-07-21 14:27:05 +0000 Commit: Jason E. Hale <jh...@freebsd.org> CommitDate: 2024-07-21 14:50:37 +0000 www/qt6-webengine: Fix build on recent -CURRENT Due to recent changes in string.h, the regex in our local patch for the bundled nasm to check whether mempcpy(3) was available no longer worked. This caused it to use its own implementation which caused an error due to a declaration conflict. Since all currently supported versions of FreeBSD have mempcpy(3), this patch is no longer needed. PR: 280376 ...c_3rdparty_chromium_third__party_nasm_BUILD.gn (gone) | 16 ---------------- ...arty_chromium_third__party_nasm_config_config-linux.h | 11 ++--------- 2 files changed, 2 insertions(+), 25 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.