CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/02/14 06:30:24
Modified files:
x11/qt5/qtwebengine: Makefile
Added files:
x11/qt5/qtwebengine/patches:
patch-src_3rdparty_chromium_third_party_crc32c_src_src_crc32c_arm64_cc
Log message:
Fix build on arm64 with clang 19
clang 19 is more picky about inlining functions with target-specific
features in functions lacking those features.
ok rsadowski@ (maintainer)
