Subject: Re: CVS commit: pkgsrc/graphics/blender
To: Reinoud Zandijk <reinoud@netbsd.org>
From: grant beattie <grant@NetBSD.org>
List: tech-pkg
Date: 02/27/2005 14:59:31
On Sat, Feb 26, 2005 at 10:52:28PM +0100, Reinoud Zandijk wrote:

> > This should probably use COMPILER_RPATH_FLAG instead of -Wl,-R...,-R
> > (and probably two instances for compilers that can only do one per
> > flag).
> 
> Oef... i dont know this COMPILER_RPATH_FLAG, i think someone with a bit 
> more knowledge of the pkgsrc system ought to look at this.

it defines what flag to use to pass the rpath to the linker for a
given compiler. in this case, you simply use ${COMPILER_RPATH_FLAG}
instead of "-Wl,-R".

look at pkgsrc/mk/compiler/*.mk.

grant.