head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.12.21.09.38.43; author markd; state Exp; branches; next ; commitid ZfanUK26xXgf5gnG; desc @@ 1.1 log @qt6-qtwebengine: add version 6.10.1 Chromium-based web engine for Qt6 @ 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/third_party/node/node.gni.orig 2025-05-29 01:27:28.000000000 +0000 +++ src/3rdparty/chromium/third_party/node/node.gni @@@@ -24,7 +24,7 @@@@ template("node") { # When use_remoteexec=true, node actions may run on remote # Linux worker. So it should include linux node binary in inputs. if (!is_qtwebengine) { - if (is_linux || is_chromeos || use_remoteexec) { + if ((is_linux || is_chromeos || use_remoteexec) && !is_bsd) { inputs += [ "//third_party/node/linux/node-linux-x64/bin/node" ] } if (is_win && host_os == "win") { @