$NetBSD: patch-chrome_browser_printing_printer__query.cc,v 1.7 2025/09/12 16:02:22 kikadf Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- chrome/browser/printing/printer_query.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ chrome/browser/printing/printer_query.cc @@ -342,7 +342,7 @@ void PrinterQuery::UpdatePrintSettings(b crash_key = std::make_unique( printer_name, print_backend->GetPrinterDriverInfo(printer_name)); -#if BUILDFLAG(IS_LINUX) && BUILDFLAG(USE_CUPS) +#if (BUILDFLAG(IS_BSD) || BUILDFLAG(IS_LINUX)) && BUILDFLAG(USE_CUPS) PrinterBasicInfo basic_info; if (print_backend->GetPrinterBasicInfo(printer_name, &basic_info) == mojom::ResultCode::kSuccess) {