hello, in /usr/portage/x11-base/xfree/ChangeLog it says: >> 13 Nov 2002; Seemant Kulleen <seemant@gentoo.org> xfree-4.2.99.3.ebuild >> files/digest-xfree-4.2.9.3 : >> >> New X snapshot from 20021113. Not using the FT2 stuff externally, coz it >> crashes. so this means that xft.pc and fontconfig.pc are installed to /usr/X11R6/lib/pkgconfig/, and this is causing pkg-config to not see them. This patch here fixes it. --- /usr/portage/x11-base/xfree/files/4.2.99.3/10xfree.orig 2002-12-03 20:41:09.000000000 -0700 +++ /usr/portage/x11-base/xfree/files/4.2.99.3/10xfree 2002-12-03 20:41:53.000000000 -0700 @@ -4,3 +4,4 @@ MANPATH=/usr/X11R6/man INFODIR=/usr/X11R6/info XINITRC=/etc/X11/xinit/xinitrc +PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig/ thanks! sa
does this problem exist for 4.2.99.3-r1?
its fixed now.