mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
Approved by: rene (mentor, implicit) Security: https://vuxml.freebsd.org/freebsd/246174d3-e979-11ed-8290-a8a1599412c6.html
11 lines
573 B
C++
11 lines
573 B
C++
--- device/bluetooth/bluetooth_adapter.cc.orig 2023-04-28 17:01:32 UTC
|
|
+++ 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() {
|