Subject: Re: mk/compiler.mk
To: John R. Shannon <john@johnrshannon.com>
From: grant beattie <grant@NetBSD.org>
List: tech-pkg
Date: 12/05/2003 02:22:44
On Thu, Dec 04, 2003 at 08:11:47AM -0700, John R. Shannon wrote:

> How do we force pkgsrc gcc 3x to be used (for a language front-end not 
> included in the base system)?
> 
> If I have:
> 
> USE_PKGSRC_GCC=         yes
> GCC_REQD=               3.3
> 
> in my Makefile, it starts installing gcc-2.95.3.

just remove USE_PKGSRC_GCC, it is superfluous when GCC_REQD is set.

g.