summaryrefslogtreecommitdiff
path: root/devel/libusb
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-02-24 18:46:49 +0000
committerdrochner <drochner@pkgsrc.org>2005-02-24 18:46:49 +0000
commiteb4c4a844f4fd9aeae2cdedf46bd60b8ebc5544a (patch)
tree811f628d91511c8792e0d8482ebaec540e7c21a6 /devel/libusb
parent7b952044929188c6a12be0affc8c824acb198b31 (diff)
downloadpkgsrc-eb4c4a844f4fd9aeae2cdedf46bd60b8ebc5544a.tar.gz
require gcc 3.3; should fix build on NetBSD-1.6
(PR pkg/29456 by diro@nixsys.bz)
Diffstat (limited to 'devel/libusb')
-rw-r--r--devel/libusb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile
index 9a274bdbc9c..453b42ac875 100644
--- a/devel/libusb/Makefile
+++ b/devel/libusb/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2005/02/14 09:50:18 adam Exp $
+# $NetBSD: Makefile,v 1.21 2005/02/24 18:46:49 drochner Exp $
-DISTNAME= libusb-0.1.10
+DISTNAME= libusb-0.1.10a
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/}
@@ -10,6 +10,7 @@ COMMENT= USB access library
USE_BUILDLINK3= yes
USE_LANGUAGES= c c++
+GCC_REQD= 3.3
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-build-docs