head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.30.06.39.35; author adam; state Exp; branches; next ; commitid EBfLiYmrAFQ3VWDG; desc @@ 1.1 log @qt6-qtwebengine: updated to 6.11.0 The 6.11 release for Qt Framework is now available, with improved performance, newly supported techniques and capabilities on graphics, connectivity and languages, not to mention a whole new approach to asynchronous C++ coding. Take a closer look. https://www.qt.io/blog/qt-6.11-released @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- src/3rdparty/chromium/build/rust/rust_bindgen_generator.gni.orig 2026-03-16 11:40:07.000000000 +0000 +++ src/3rdparty/chromium/build/rust/rust_bindgen_generator.gni @@@@ -11,17 +11,17 @@@@ if (is_win && !is_mingw && !is_robolectr import("//build/toolchain/win/win_toolchain_data.gni") } -_bindgen_path = "${rust_bindgen_root}/bin/bindgen" +_bindgen_path = "@@PREFIX@@/bin/bindgen" if (host_os == "win") { _bindgen_path = "${_bindgen_path}.exe" } if (is_qtwebengine) { - _libclang_path = libclang_path + _libclang_path = "@@PREFIX@@" } else { # On Windows, the libclang.dll is beside the bindgen.exe, otherwise it is in # ../lib. - _libclang_path = rust_bindgen_root + _libclang_path = "@@PREFIX@@" if (host_os == "win") { _libclang_path += "/bin" } else { @