mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
11 lines
573 B
C++
11 lines
573 B
C++
--- device/bluetooth/bluetooth_adapter.cc.orig 2024-06-25 12:08:48 UTC
|
|
+++ device/bluetooth/bluetooth_adapter.cc
|
|
@@ -32,7 +32,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() {
|