$NetBSD: patch-printing_backend_cups__helper.h,v 1.3 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 --- printing/backend/cups_helper.h.orig 2025-09-08 23:21:33.000000000 +0000 +++ printing/backend/cups_helper.h @@ -32,7 +32,7 @@ constexpr int kCupsTimeoutMs = 3000; constexpr cups_ptype_t kDestinationsFilterMask = CUPS_PRINTER_FAX | CUPS_PRINTER_SCANNER | CUPS_PRINTER_DISCOVERED; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Helper wrapper around http_t structure, with connection and cleanup // functionality. class COMPONENT_EXPORT(PRINT_BACKEND) HttpConnectionCUPS {