Subject: Re: options.mk in buildlink files?
To: Todd Vierling <tv@duh.org>
From: Geert Hendrickx <ghen@telenet.be>
List: tech-pkg
Date: 04/19/2006 20:38:35
On Wed, Apr 19, 2006 at 01:11:38PM -0400, Todd Vierling wrote:
> On Wed, 19 Apr 2006, Christian Hattemer wrote:
> > It seems this isn't the right way to go. How is it done?
> 
> See graphics/aalib/buildlink3.mk for an example.

I don't like how this is done.  It assumes options are set permanently.  I
often set options on the make command-line (e.g. "make PKG_OPTIONS.foo=-bar
install") and this would break with such constructs.  

	Geert