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

15 lines
580 B
Plaintext

$OpenBSD: patch-extensions_shell_common_switches_h,v 1.2 2020/04/02 15:11:58 robert Exp $
Index: extensions/shell/common/switches.h
--- extensions/shell/common/switches.h.orig
+++ extensions/shell/common/switches.h
@@ -17,7 +17,7 @@ extern const char kAppShellAllowRoaming[];
extern const char kAppShellHostWindowSize[];
extern const char kAppShellPreferredNetwork[];
#endif
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
extern const char kCrashDumpsDir[];
extern const char kEnableReporting[];
#endif