ports/www/chromium/patches/patch-device_bluetooth_bluetooth_adapter_cc

12 lines
594 B
Text

Index: device/bluetooth/bluetooth_adapter.cc
--- device/bluetooth/bluetooth_adapter.cc.orig
+++ device/bluetooth/bluetooth_adapter.cc
@@ -31,7 +31,7 @@ namespace device {
BluetoothAdapter::ServiceOptions::ServiceOptions() = default;
BluetoothAdapter::ServiceOptions::~ServiceOptions() = default;
-#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && \
+#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_BSD) && \
!BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX)
// static
scoped_refptr<BluetoothAdapter> BluetoothAdapter::CreateAdapter() {