diff options
Diffstat (limited to 'devel/electron7/files/patch-services_device_usb_BUILD.gn')
-rw-r--r-- | devel/electron7/files/patch-services_device_usb_BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron7/files/patch-services_device_usb_BUILD.gn b/devel/electron7/files/patch-services_device_usb_BUILD.gn deleted file mode 100644 index a07e255326f3..000000000000 --- a/devel/electron7/files/patch-services_device_usb_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- services/device/usb/BUILD.gn.orig 2019-12-12 12:39:56 UTC -+++ services/device/usb/BUILD.gn -@@ -110,7 +110,7 @@ static_library("usb") { - ] - } - -- 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", |