Subject: Re: pkg-config override only for _USE_RPATH no?
To: None <tech-pkg@NetBSD.org>
From: dieter roelants <dieter.NetBSD@pandora.be>
List: tech-pkg
Date: 07/11/2006 12:36:51
Aha, I see this was changed (Thanks Johny), whcih answers my question. =20
I have a new one, though. :)
I have locally upgrade the ruby-gnome2 packages. The new version of =20
ruby-gnome2-gnome wants to link with libSM and libICE. The configure =20
script (extconf.rb) gets its library paths from pkg-config --libs =20
libgnomeui-2.0. With the new pkg-config-override.mk this works, as =20
X11BASE/lib is added to the run path, but with the odler one it =20
doesn't. Should the revision of devel/libgnomeui be bumped(*), or =20
should I work around it some other way?

(*) There are probably (many?) others where the .pc file changed, but I =20
don't know if they affect anything.

kind regards
dieter

On 07/10/06 17:24:41, dieter roelants wrote:
>=20
> pkg-conifg-ovrride only happens if defined(_USE_RPATH) && =20
> !empty(_USE_RPATH:M[nN][oO]). Why is that? (It wasn't like this =20
> before the recent split of bsd.pkg.mk.)
>=20
> kind regards
> dieter
>=20