aboutsummaryrefslogtreecommitdiff
path: root/comms/wsjtz/files/patch-CMake-Modules_FindUsb.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'comms/wsjtz/files/patch-CMake-Modules_FindUsb.cmake')
-rw-r--r--comms/wsjtz/files/patch-CMake-Modules_FindUsb.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/wsjtz/files/patch-CMake-Modules_FindUsb.cmake b/comms/wsjtz/files/patch-CMake-Modules_FindUsb.cmake
new file mode 100644
index 000000000000..6b181e59cf49
--- /dev/null
+++ b/comms/wsjtz/files/patch-CMake-Modules_FindUsb.cmake
@@ -0,0 +1,11 @@
+--- CMake/Modules/FindUsb.cmake 2021-11-30 23:55:50.616592000 -0500
++++ CMake/Modules/FindUsb.cmake 2021-11-30 23:56:00.350981000 -0500
+@@ -27,7 +27,7 @@
+ endif ()
+ libfind_pkg_detect (Usb usb-1.0
+ FIND_PATH libusb.h PATH_SUFFIXES libusb-1.0
+- FIND_LIBRARY usb-1.0 ${_library_options}
++ FIND_LIBRARY usb-1.0 usb ${_library_options}
+ )
+
+ libfind_process (Usb)