From ea95d71fb856efc4e5edd49316fef3579d641320 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 28 Oct 2005 09:35:35 +0000 Subject: Set the USBD_SHORT_XFER_OK flag when trying to read a string. Otherwise, we end up in an IO error. Approved by: maintainer timeout --- devel/libusb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index c438c2b9550c..917c5fb9547f 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -7,7 +7,7 @@ PORTNAME= libusb PORTVERSION= 0.1.10a -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -- cgit