pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/avr-gcc replace the deprecated USE_BISON and thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f8c8ad4e184
branches:  trunk
changeset: 476471:1f8c8ad4e184
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Jun 11 13:17:06 2004 +0000

description:
replace the deprecated USE_BISON and this also needs flex(1).

diffstat:

 cross/avr-gcc/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 83c72d4b985f -r 1f8c8ad4e184 cross/avr-gcc/Makefile
--- a/cross/avr-gcc/Makefile    Fri Jun 11 13:00:34 2004 +0000
+++ b/cross/avr-gcc/Makefile    Fri Jun 11 13:17:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/05/08 04:50:51 snj Exp $
+# $NetBSD: Makefile,v 1.7 2004/06/11 13:17:06 grant Exp $
 # FreeBSD Id: ports/devel/avr-gcc/Makefile,v 1.24 2003/05/11 19:32:20 joerg Exp
 
 DISTNAME=              gcc-3.3.2003.05.11
@@ -24,8 +24,7 @@
 USE_BUILDLINK3=                yes
 USE_PERL5_BUILD=       yes
 USE_BZIP2=             yes
-USE_GNU_TOOLS+=                make
-USE_BISON=             yes
+USE_GNU_TOOLS+=                lex make yacc
 USE_PKGLOCALEDIR=      yes
 
 CONFIGURE_ARGS=                --target=avr --prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index