$NetBSD: patch-remoting_host_chromoting__host.cc,v 1.7 2025/09/12 16:02:32 kikadf Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- remoting/host/chromoting_host.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ remoting/host/chromoting_host.cc @@ -138,7 +138,7 @@ void ChromotingHost::Start(const std::st &ChromotingHost::OnIncomingSession, base::Unretained(this))); } -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) void ChromotingHost::StartChromotingHostServices() { DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_); DCHECK(!ipc_server_);