mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
11 lines
315 B
Text
11 lines
315 B
Text
--- device/bluetooth/BUILD.gn.orig 2019-03-15 06:37:23 UTC
|
|
+++ device/bluetooth/BUILD.gn
|
|
@@ -266,7 +266,7 @@ component("bluetooth") {
|
|
]
|
|
}
|
|
|
|
- if (is_chromeos || is_linux) {
|
|
+ if (is_chromeos || (is_linux && !is_bsd)) {
|
|
if (use_dbus) {
|
|
sources += [
|
|
"bluez/bluetooth_adapter_bluez.cc",
|