forked from Lainports/opnsense-ports
11 lines
410 B
Text
11 lines
410 B
Text
--- services/device/BUILD.gn.orig 2024-06-18 21:43:37 UTC
|
|
+++ services/device/BUILD.gn
|
|
@@ -14,7 +14,7 @@ is_serial_enabled_platform =
|
|
}
|
|
|
|
is_serial_enabled_platform =
|
|
- is_win || ((is_linux || is_chromeos) && use_udev) || is_mac
|
|
+ is_win || ((!is_bsd && is_linux || is_chromeos) && use_udev) || is_mac
|
|
|
|
source_set("lib") {
|
|
# This should be visible only to embedders of the Device Service, and the
|