ports/devel/electron13/files/patch-services_device_usb_BUILD.gn

11 lines
383 B
Text

--- services/device/usb/BUILD.gn.orig 2021-04-14 01:08:53 UTC
+++ services/device/usb/BUILD.gn
@@ -142,7 +142,7 @@ static_library("usb") {
deps += [ "//third_party/re2" ]
}
- if (is_android || is_chromeos || is_linux) {
+ if ((is_android || is_chromeos || is_linux) && !is_bsd) {
sources += [
"usb_device_handle_usbfs.cc",
"usb_device_handle_usbfs.h",