summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device_bluetooth_BUILD.gn
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2020-12-01 04:06:37 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2020-12-01 04:06:37 +0000
commita0dbfe2fb016ec18b858d0857d8c3ce21662d29c (patch)
tree0454226a8e0acc85a44cfa5e09502134947dbdef /www/chromium/files/patch-device_bluetooth_BUILD.gn
parentgames/iqpuzzle: Update 1.2.0 -> 1.2.1 (diff)
www/chromium: Update to version 87.0.4280.66
Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
Notes
Notes: svn path=/head/; revision=556709
Diffstat (limited to 'www/chromium/files/patch-device_bluetooth_BUILD.gn')
-rw-r--r--www/chromium/files/patch-device_bluetooth_BUILD.gn13
1 files changed, 11 insertions, 2 deletions
diff --git a/www/chromium/files/patch-device_bluetooth_BUILD.gn b/www/chromium/files/patch-device_bluetooth_BUILD.gn
index 222316adc8f5..0c73128d83a9 100644
--- a/www/chromium/files/patch-device_bluetooth_BUILD.gn
+++ b/www/chromium/files/patch-device_bluetooth_BUILD.gn
@@ -1,6 +1,15 @@
---- device/bluetooth/BUILD.gn.orig 2020-03-16 18:39:51 UTC
+--- device/bluetooth/BUILD.gn.orig 2020-11-13 06:36:43 UTC
+++ device/bluetooth/BUILD.gn
-@@ -275,7 +275,7 @@ component("bluetooth") {
+@@ -8,7 +8,7 @@ if (is_android) {
+ }
+ if (is_chromeos) {
+ import("//chromeos/dbus/use_real_dbus_clients.gni")
+-} else if (use_dbus) {
++} else if (use_dbus && !is_bsd) {
+ use_real_dbus_clients = false
+ }
+
+@@ -294,7 +294,7 @@ component("bluetooth") {
]
}