gtk lib rename.

Ade Lovett ade at FreeBSD.org
Thu Mar 2 12:39:42 PST 2006


On Mar 02, 2006, at 12:28 , Marco van de Voort wrote:
> I think I'll have to update the compiler to parse pkgconfig files.  
> However I
> hesitate, since that makes the whole system a lot less transparent  
> for the
> user.

Why do you need to parse them when:

	pkg-config --cflags package
and	pkg-config --libs package

will do it for you?  That's the whole point of those .pc files

-aDe



More information about the freebsd-ports mailing list