SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
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() {
|
Loading…
Add table
Add a link
Reference in a new issue