openbsd-ports/devel/libusb1/patches/patch-libusb-1.0.pc_in
mpi ca07d5e3c4 Import libusb1 1.0.8
libusb is a library for USB device access from userland.

Note that the OpenBSD backend based on ugen(4) does not provide 
asynchronous I/O.

with tests, tweaks and ok ajacoutot@
2011-11-02 14:31:56 +00:00

11 lines
319 B
Plaintext

--- libusb-1.0.pc.in.orig Sun Sep 25 12:22:30 2011
+++ libusb-1.0.pc.in Sun Sep 25 12:24:04 2011
@@ -6,6 +6,6 @@
Name: libusb-1.0
Description: C API for USB device access from Linux userspace
Version: @VERSION@
-Libs: -L${libdir} -lusb-1.0
+Libs: -L${libdir} -lusb-1.0 -pthread
Cflags: -I${includedir}/libusb-1.0