Subject: Re: CVS commit: pkgsrc
To: Johnny C. Lam <jlam@netbsd.org>
From: Tomasz Luchowski <zuntum@netbsd.org>
List: pkgsrc-changes
Date: 08/19/2001 11:25:40
On Sat, Aug 18, 2001 at 12:16:53AM +0300, Johnny C. Lam wrote:
> 
> Module Name:	pkgsrc
> Committed By:	jlam
> Date:		Fri Aug 17 21:16:52 UTC 2001
> 
> Modified Files:
[...]
> 
> Log Message:
> Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in
> MAKE_ENV as they are now added by the buildlink files themselves.

There's one thing we must remember about now: when USE_BUILDLINK_ONLY
is not set, USE_CONFIG_WRAPPER isn't either, hence FOO_CONFIG won't be passed to MAKE_ENV.
In the past, I could add SDL_CONFIG="${BUILDLINK_CONFIG_WRAPPER.SDL}" to MAKE_ENV
even when I didn't set USE_BUILDLINK_ONLY and it worked. How we have to set USE_CONFIG_WRAPPER
by hand to make it work. Am I right?

-- 
/* Tomasz Luchowski <zuntum@netbsd.org> */