diff options
author | adam <adam@pkgsrc.org> | 2005-02-14 09:50:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-02-14 09:50:18 +0000 |
commit | c8f50456cc59ee93440a76ea55c04e21db2efdfd (patch) | |
tree | 2be1247a42dfc463026b40c357e864388115c339 /devel/libusb/PLIST | |
parent | c85d352c283a2ad65638bb3fc28ea67cfb138d95 (diff) | |
download | pkgsrc-c8f50456cc59ee93440a76ea55c04e21db2efdfd.tar.gz |
Changes 0.1.10:
* Fix various compile warnings
* Require newer autotools
* Switch from QT to STL for C++ extensions
* Linux:
* Speed up small bulk and interrupt transfers to previous speeds
* Fix case where bulk and interrupt transfers could block forever
* Fix tree heirarchy building code (undocumented)
Diffstat (limited to 'devel/libusb/PLIST')
-rw-r--r-- | devel/libusb/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libusb/PLIST b/devel/libusb/PLIST index 159dd905702..288e86d465d 100644 --- a/devel/libusb/PLIST +++ b/devel/libusb/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.9 2004/09/22 08:09:28 jlam Exp $ +@comment $NetBSD: PLIST,v 1.10 2005/02/14 09:50:18 adam Exp $ bin/libusb-config include/usb.h lib/libusb.la +lib/libusbpp.la |