diff options
author | drochner <drochner> | 2005-02-24 18:46:49 +0000 |
---|---|---|
committer | drochner <drochner> | 2005-02-24 18:46:49 +0000 |
commit | b7f0d5af31226b6d7a44dd62a7a9edbd1bbf4e52 (patch) | |
tree | 811f628d91511c8792e0d8482ebaec540e7c21a6 /devel/libusb | |
parent | 59d9f776bed600f1c1f4ef7daab03a1e67b142fc (diff) | |
download | pkgsrc-b7f0d5af31226b6d7a44dd62a7a9edbd1bbf4e52.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/Makefile | 5 |
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 |