Subject: Re: Solaris specific package patches
To: Gavan Fantom <gavan@coolfactor.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 09/23/2003 15:36:58
On Mon, Sep 22, 2003 at 08:42:19PM +0100, Gavan Fantom wrote:
> Or if you just wanted to make it look less ugly, you could have something
> like:
> 
> .for _var_ in ${OPSYSVARS}
> ${_var_}+= ${${_var_}.${OPSYS}}
> .endfor
> 
> in bsd.pkg.mk, so you could write
> 
> LDFLAGS.SunOS+=	-lsocket -lnsl -lresolv
> 
> instead.

This looks nice.

Additionally, we probably also want a tools-override for the
broken Solaris install(1).
 Thomas