aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-device_bluetooth_bluetooth__adapter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron38/files/patch-device_bluetooth_bluetooth__adapter.cc')
-rw-r--r--devel/electron38/files/patch-device_bluetooth_bluetooth__adapter.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-device_bluetooth_bluetooth__adapter.cc b/devel/electron38/files/patch-device_bluetooth_bluetooth__adapter.cc
new file mode 100644
index 000000000000..d3356e8a52e5
--- /dev/null
+++ b/devel/electron38/files/patch-device_bluetooth_bluetooth__adapter.cc
@@ -0,0 +1,11 @@
+--- device/bluetooth/bluetooth_adapter.cc.orig 2025-08-26 20:49:50 UTC
++++ device/bluetooth/bluetooth_adapter.cc
+@@ -33,7 +33,7 @@ BluetoothAdapter::ServiceOptions::~ServiceOptions() =
+ 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() {