[Bug 280376] www/qt6-webengine: Fix build on head after string.h changes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 21 15:52:45 BST 2024


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280376

--- Comment #4 from commit-hook at 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 at FreeBSD.org>
AuthorDate: 2024-07-21 14:27:05 +0000
Commit:     Jason E. Hale <jhale at 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.


More information about the kde-freebsd mailing list