diff options
author | adam <adam> | 2005-02-14 09:50:18 +0000 |
---|---|---|
committer | adam <adam> | 2005-02-14 09:50:18 +0000 |
commit | 10024df5e5e8de6fd9eb3306e154c6060fe97ed6 (patch) | |
tree | 2be1247a42dfc463026b40c357e864388115c339 /devel/libusb/Makefile | |
parent | 77ea8bae0de5ba99290f1473f52b574f790a0728 (diff) | |
download | pkgsrc-10024df5e5e8de6fd9eb3306e154c6060fe97ed6.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/Makefile')
-rw-r--r-- | devel/libusb/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 593a716656e..9a274bdbc9c 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2004/10/03 00:13:31 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/02/14 09:50:18 adam Exp $ -DISTNAME= libusb-0.1.8 -PKGREVISION= 2 +DISTNAME= libusb-0.1.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} @@ -9,10 +8,11 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://libusb.sourceforge.net/ COMMENT= USB access library -USE_BUILDLINK3= YES -GNU_CONFIGURE= YES +USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-build-docs -USE_LIBTOOL= YES ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* ONLY_FOR_PLATFORM+= OpenBSD-*-* |