mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
11 lines
551 B
C++
11 lines
551 B
C++
--- device/bluetooth/bluetooth_adapter.cc.orig 2022-07-28 06:05:58 UTC
|
|
+++ device/bluetooth/bluetooth_adapter.cc
|
|
@@ -32,7 +32,7 @@ BluetoothAdapter::ServiceOptions::ServiceOptions() = d
|
|
BluetoothAdapter::ServiceOptions::~ServiceOptions() = default;
|
|
|
|
#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_MAC) && \
|
|
- !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX)
|
|
+ !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
|
|
// static
|
|
scoped_refptr<BluetoothAdapter> BluetoothAdapter::CreateAdapter() {
|
|
return nullptr;
|