freebsd-ports/www/chromium/files/patch-services_device_usb_BUILD.gn
Rene Ladan a04e75e95a www/chromium: update to 88.0.4324.96
Submitted by:	Matthias Wolf (via github)
MFH:		2021Q1
Security:	https://www.vuxml.org/freebsd/4ed0e43c-5cef-11eb-bafd-3065ec8fd3ec.html
2021-01-27 21:01:06 +00:00

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",