summaryrefslogtreecommitdiff
path: root/comms/jsdr/files/patch-righandling_pmsdr_pmsdr_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/jsdr/files/patch-righandling_pmsdr_pmsdr_usb.h')
-rw-r--r--comms/jsdr/files/patch-righandling_pmsdr_pmsdr_usb.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/jsdr/files/patch-righandling_pmsdr_pmsdr_usb.h b/comms/jsdr/files/patch-righandling_pmsdr_pmsdr_usb.h
new file mode 100644
index 000000000000..c4843c321cbe
--- /dev/null
+++ b/comms/jsdr/files/patch-righandling_pmsdr_pmsdr_usb.h
@@ -0,0 +1,14 @@
+--- righandling/pmsdr/pmsdr_usb.h.orig
++++ righandling/pmsdr/pmsdr_usb.h
+@@ -36,7 +36,11 @@
+ //#ifdef __MINGW32__
+ //#include <libusb.h>
+ //#else
++#ifdef __FreeBSD__
++#include <libusb.h>
++#else
+ #include <libusb-1.0/libusb.h>
++#endif
+ //#endif
+
+ class RadioInterface;