1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/comms/linrad/files/patch-usb2lpd.c
Stephen Hurd 8110f34eff STAGEify and update to 4.00
Portaudio support
Improved AGC
Voice squelch
Spur removal
Support for the rtlsdr library

Reviewed by:	db, skreuzer
Approved by:	db, skreuzer (mentors)
2014-07-01 18:28:17 +00:00

12 lines
254 B
C

--- usb2lpt.c.orig 2014-06-27 18:13:15.000000000 -0700
+++ usb2lpt.c 2014-06-27 18:13:45.000000000 -0700
@@ -47,7 +47,7 @@
#if LIBUSB_VERSION == 1
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>
#else
#include <usb.h>
#include "usbdefs.h"