pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libusb require gcc 3.3; should fix build on NetB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91b7cdc36153
branches:  trunk
changeset: 489676:91b7cdc36153
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Feb 24 18:46:49 2005 +0000

description:
require gcc 3.3; should fix build on NetBSD-1.6
(PR pkg/29456 by diro%nixsys.bz@localhost)

diffstat:

 devel/libusb/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 86c58419c6c5 -r 91b7cdc36153 devel/libusb/Makefile
--- a/devel/libusb/Makefile     Thu Feb 24 17:50:43 2005 +0000
+++ b/devel/libusb/Makefile     Thu Feb 24 18:46:49 2005 +0000
@@ -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 @@
 
 USE_BUILDLINK3=                yes
 USE_LANGUAGES=         c c++
+GCC_REQD=              3.3
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-build-docs



Home | Main Index | Thread Index | Old Index