aboutsummaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-components_crash_content_app_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron7/files/patch-components_crash_content_app_BUILD.gn')
-rw-r--r--devel/electron7/files/patch-components_crash_content_app_BUILD.gn20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron7/files/patch-components_crash_content_app_BUILD.gn b/devel/electron7/files/patch-components_crash_content_app_BUILD.gn
new file mode 100644
index 000000000000..4d4114a41ebd
--- /dev/null
+++ b/devel/electron7/files/patch-components_crash_content_app_BUILD.gn
@@ -0,0 +1,20 @@
+--- components/crash/content/app/BUILD.gn.orig 2019-12-12 12:39:29 UTC
++++ components/crash/content/app/BUILD.gn
+@@ -54,7 +54,7 @@ static_library("app") {
+ sources += [ "crashpad.cc" ]
+ }
+
+- if (is_linux) {
++ if (is_linux && !is_bsd) {
+ sources += [
+ "breakpad_linux.cc",
+ "breakpad_linux.h",
+@@ -98,7 +98,7 @@ static_library("app") {
+ ]
+ }
+
+- if (is_linux) {
++ if (is_linux && !is_bsd) {
+ deps += [ "//third_party/breakpad:client" ]
+ }
+