diff options
author | joerg <joerg@pkgsrc.org> | 2010-10-12 22:57:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-10-12 22:57:55 +0000 |
commit | d35ed74a1d8ef19f44c3416ce45037434fd4f6b1 (patch) | |
tree | 32874c4d46207737edfe1efa7a9c7b00cb969f71 /lang/gcc/Makefile | |
parent | 1226034bac6830f535dc725f4b63d33f47f562f7 (diff) | |
download | pkgsrc-d35ed74a1d8ef19f44c3416ce45037434fd4f6b1.tar.gz |
At least try to compile with newer GCC.
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r-- | lang/gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index f6a7d18238c..194f0967301 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2009/09/20 14:41:52 schwarz Exp $ +# $NetBSD: Makefile,v 1.94 2010/10/12 22:57:55 joerg Exp $ DISTNAME= gcc-2.95.3 PKGREVISION= 7 @@ -17,7 +17,7 @@ COMMENT= GNU Compiler Collection, version 2 NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* *-*-x86_64 DragonFly-*-* -USE_TOOLS+= gmake +USE_TOOLS+= gmake bison MAKEFLAGS+= GMAKE_LOCALE=no HAS_CONFIGURE= YES |