diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-02-09 11:52:49 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-02-09 11:52:49 +0000 |
commit | ea46fef347b3c90c700024d14a3301430d63c9a5 (patch) | |
tree | f612c57542fefdd669fcd75fce2b8f52a76753af /www/chromium/files/patch-device_bluetooth_BUILD.gn | |
parent | Remove traces of armv6hf which no longer exists as an arch. [1] (diff) |
www/chromium: fix segfault which prevents to load some websites.
PR: 207298
MFH: 2017Q1 (blanket)
Notes
Notes:
svn path=/head/; revision=433722
Diffstat (limited to 'www/chromium/files/patch-device_bluetooth_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-device_bluetooth_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-device_bluetooth_BUILD.gn b/www/chromium/files/patch-device_bluetooth_BUILD.gn new file mode 100644 index 000000000000..4c2541e6dcf8 --- /dev/null +++ b/www/chromium/files/patch-device_bluetooth_BUILD.gn @@ -0,0 +1,11 @@ +--- device/bluetooth/BUILD.gn.orig 2017-02-02 02:02:54 UTC ++++ device/bluetooth/BUILD.gn +@@ -193,7 +193,7 @@ component("bluetooth") { + ] + } + +- if (is_chromeos || is_linux) { ++ if (is_chromeos || (is_linux && !is_bsd)) { + if (use_dbus) { + sources += [ + "bluez/bluetooth_adapter_bluez.cc", |