Date: Sun, 21 Jul 2024 14:52:45 +0000 From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 280376] www/qt6-webengine: Fix build on head after string.h changes Message-ID: <bug-280376-28929-ANU76Zy8GN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-280376-28929@https.bugs.freebsd.org/bugzilla/> References: <bug-280376-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=3D280376 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D9fd42baef1d67ba2b5be74ec5ca634a= 044b13cb8 commit 9fd42baef1d67ba2b5be74ec5ca634a044b13cb8 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-07-21 14:27:05 +0000 Commit: Jason E. Hale <jhale@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(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280376-28929-ANU76Zy8GN>