forked from Lainports/freebsd-ports
Submitted by: Matthias Wolf (via github) MFH: 2021Q1 Security: https://www.vuxml.org/freebsd/4ed0e43c-5cef-11eb-bafd-3065ec8fd3ec.html
11 lines
383 B
Text
11 lines
383 B
Text
--- services/device/usb/BUILD.gn.orig 2021-01-18 21:29:02 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",
|