openbsd-ports/www/iridium/patches/patch-remoting_host_switches_h

18 lines
633 B
Plaintext

$OpenBSD: patch-remoting_host_switches_h,v 1.2 2020/04/02 15:11:58 robert Exp $
Index: remoting/host/switches.h
--- remoting/host/switches.h.orig
+++ remoting/host/switches.h
@@ -34,9 +34,9 @@ extern const char kProcessTypeHost[];
extern const char kProcessTypeRdpDesktopSession[];
extern const char kProcessTypeEvaluateCapability[];
extern const char kProcessTypeFileChooser[];
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
extern const char kProcessTypeXSessionChooser[];
-#endif // defined(OS_LINUX)
+#endif // defined(OS_LINUX) || defined(OS_BSD)
extern const char kEvaluateCapabilitySwitchName[];