summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-headless_lib_headless_macros_h
blob: 065691858a4d23e52edcb38d84fa0f5c0afdd123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$OpenBSD: patch-headless_lib_headless_macros_h,v 1.4 2020/10/22 13:52:54 robert Exp $

Index: headless/lib/headless_macros.h
--- headless/lib/headless_macros.h.orig
+++ headless/lib/headless_macros.h
@@ -7,7 +7,7 @@
 
 #include "build/build_config.h"
 
-#if defined(OS_POSIX) && !defined(OS_MAC)
+#if defined(OS_POSIX) && !defined(OS_MAC) && !defined(OS_BSD)
 #define HEADLESS_USE_BREAKPAD
 #endif  // defined(OS_POSIX) && !defined(OS_MAC)