aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/patches/libusb/fix_osx_avail.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/depends/patches/libusb/fix_osx_avail.patch')
-rw-r--r--contrib/depends/patches/libusb/fix_osx_avail.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/depends/patches/libusb/fix_osx_avail.patch b/contrib/depends/patches/libusb/fix_osx_avail.patch
deleted file mode 100644
index 2474993f5..000000000
--- a/contrib/depends/patches/libusb/fix_osx_avail.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/libusb/os/darwin_usb.h 2023-03-19 12:07:53
-+++ b/libusb/os/darwin_usb.h 2023-03-19 12:07:47
-@@ -165,7 +165,8 @@
- #define __has_builtin(x) 0 // Compatibility with non-clang compilers.
- #endif
- #if __has_builtin(__builtin_available)
-- #define HAS_CAPTURE_DEVICE() __builtin_available(macOS 10.10, *)
-+// #define HAS_CAPTURE_DEVICE() __builtin_available(macOS 10.10, *)
-+ #define HAS_CAPTURE_DEVICE() 0
- #else
- #define HAS_CAPTURE_DEVICE() 0
- #endif