mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
11 lines
383 B
Text
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",
|