tags 566768 +patch
--

It might have to do with a recent USB stack change on kfreebsd-*, I'm
putting -bsd@ in Cc to get a wider audience.

And due to this:

 * Also, stop using the system's libusb, which causes known problems with
     Argyll.  Now using Argyll's patched copy (privately, since the patches
     cause problems with other software).

It would be much better to use contemporary system libusb (libusb-1.0-0-dev/libusb2-dev). In mean time, please use patch bellow.

Petr

--- libusb/bsd.c
+++ libusb/bsd.c
@@ -39,7 +39,7 @@
 #include <sys/time.h>
 #include <sys/ioctl.h>

-#include <dev/usb/usb.h>
+#include <legacy/dev/usb/usb.h>

 #include "usbi.h"
 #ifdef HAVE_CONFIG_H




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to