diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-09 17:15:43 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-09 17:15:43 +0000 |
commit | f5d05ea54d1f80ecd08c5809a3ce5e1594e34eaa (patch) | |
tree | 343e91600b9cf81ffb94bf71017b43a88bfcbf45 /devel/libhid/files/extra-patch-usb | |
parent | - Update to 1.4.20 (diff) |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi
Notes
Notes:
svn path=/head/; revision=229765
Diffstat (limited to 'devel/libhid/files/extra-patch-usb')
-rw-r--r-- | devel/libhid/files/extra-patch-usb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libhid/files/extra-patch-usb b/devel/libhid/files/extra-patch-usb new file mode 100644 index 000000000000..af78de7e0e45 --- /dev/null +++ b/devel/libhid/files/extra-patch-usb @@ -0,0 +1,12 @@ +--- configure.orig 2007-04-26 04:25:25.000000000 +0400 ++++ configure 2009-03-07 20:26:02.000000000 +0300 +@@ -4846,8 +4846,8 @@ + done + + +- LIBUSB_CFLAGS="`libusb-config --cflags`" +- LIBUSB_LIBS="`libusb-config --libs`" ++ LIBUSB_CFLAGS="" ++ LIBUSB_LIBS="-lusb" + + |