From 26b4c8f71f91d22e081b27814782686edde0c90a Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 1 Jan 2021 10:11:34 +0000 Subject: Revert r559792 to unbreak INDEX and bulk -a It seems a lot of reverse dependencies were missed With hat: portmgr --- devel/electron4/files/patch-device_usb_usb__context.cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devel/electron4/files/patch-device_usb_usb__context.cc (limited to 'devel/electron4/files/patch-device_usb_usb__context.cc') diff --git a/devel/electron4/files/patch-device_usb_usb__context.cc b/devel/electron4/files/patch-device_usb_usb__context.cc new file mode 100644 index 000000000000..a9d67671042d --- /dev/null +++ b/devel/electron4/files/patch-device_usb_usb__context.cc @@ -0,0 +1,12 @@ +--- device/usb/usb_context.cc.orig 2019-03-15 06:25:44 UTC ++++ device/usb/usb_context.cc +@@ -58,7 +58,9 @@ void UsbContext::UsbEventHandler::Run() { + + void UsbContext::UsbEventHandler::Stop() { + base::subtle::Release_Store(&running_, 0); ++#if !defined(OS_FREEBSD) // XXX(rene) not available in base version + libusb_interrupt_handle_event(context_); ++#endif + } + + UsbContext::UsbContext(PlatformUsbContext context) : context_(context) { -- cgit v1.2.3