diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-27 21:01:06 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-27 21:01:06 +0000 |
commit | a04e75e95a0d8a508afd0f8a4d1e05b8bca29655 (patch) | |
tree | e3b89e99a71056314a4d5efc01905b12186e03cc /www/chromium/files/patch-device_bluetooth_BUILD.gn | |
parent | net/librdkafka: update to 1.6.0 (diff) |
www/chromium: update to 88.0.4324.96
Submitted by: Matthias Wolf (via github)
MFH: 2021Q1
Security: https://www.vuxml.org/freebsd/4ed0e43c-5cef-11eb-bafd-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-device_bluetooth_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-device_bluetooth_BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-device_bluetooth_BUILD.gn b/www/chromium/files/patch-device_bluetooth_BUILD.gn index 0c73128d83a9..a86ad2017462 100644 --- a/www/chromium/files/patch-device_bluetooth_BUILD.gn +++ b/www/chromium/files/patch-device_bluetooth_BUILD.gn @@ -1,15 +1,15 @@ ---- device/bluetooth/BUILD.gn.orig 2020-11-13 06:36:43 UTC +--- device/bluetooth/BUILD.gn.orig 2021-01-18 21:28:58 UTC +++ device/bluetooth/BUILD.gn -@@ -8,7 +8,7 @@ if (is_android) { +@@ -9,7 +9,7 @@ if (is_android) { } - if (is_chromeos) { + if (is_ash) { 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") { +@@ -296,7 +296,7 @@ component("bluetooth") { ] } |