[Bug 280376] www/qt6-webengine: Fix build on head after string.h changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jul 2024 14:52:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280376
--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=9fd42baef1d67ba2b5be74ec5ca634a044b13cb8
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(-)
--
You are receiving this mail because:
You are on the CC list for the bug.