[Bug 286051] [exp-run] Update Qt6 to 6.9.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 1 08:39:39 BST 2025
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286051
Robert Clausecker <fuz at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fuz at FreeBSD.org
--- Comment #41 from Robert Clausecker <fuz at FreeBSD.org> ---
This hunk broke the build of www/qt6-webengine on armv7:
---- src/3rdparty/chromium/v8/src/base/platform/platform-freebsd.cc.orig
2023-11-20 16:08:07 UTC
+--- src/3rdparty/chromium/v8/src/base/platform/platform-freebsd.cc.orig
2022-02-07 13:39:41 UTC
+++ src/3rdparty/chromium/v8/src/base/platform/platform-freebsd.cc
@@ -43,14 +43,10 @@ TimezoneCache* OS::CreateTimezoneCache() {
return new PosixDefaultTimezoneCache();
@@ -20,7 +20,7 @@
lib_name = std::string(path);
}
result.push_back(SharedLibraryAddress(
-+#if defined(__i386__) || defined(__arm__) || defined(OS_FREEBSD)
++#if defined(__i386__) || defined(OS_FREEBSD)
+ lib_name, static_cast<uintptr_t>(map->kve_start),
+ static_cast<uintptr_t>(map->kve_end)));
+#else
Please be careful when removing platform-specific patches.
It'll take me several days to fix the port and then to build-test the fix.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the kde-freebsd
mailing list