Subject: Re: pkgsrc NetBSD 1.6.2/i386 bulk build results 2005-09-13
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bulk
Date: 09/17/2005 00:05:52
On Fri, Sep 16, 2005 at 08:57:53PM +0200, Manuel Bouyer wrote:
> If so, what is the correct way to require a gcc from pksgrc when the
> base system's one isn't good enouth ?

Set
GCC_REQD+=	3.0
in the package's Makefile, and it will use a gcc3 (either
from the base system, if available, or from pkgsrc).
 Thomas