Subject: Re: freetype2 required for fontconfig
To: Jeremy C. Reed <reed@reedmedia.net>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 10/28/2003 18:27:34
On Tue, Oct 28, 2003 at 04:11:52AM -0800, Jeremy C. Reed wrote:
> I had freetype2-2.1.4 installed. I removed it and installed latest.
> And still same problem.
>
> Then I see:
> $ ls -l /usr/pkg/bin/freetype-config /usr/X11R6/bin/freetype-config
> -rwxr-xr-x 1 root wheel 1477 Sep 8 2002 /usr/X11R6/bin/freetype-config
> -rwxr-xr-x 1 root wheel 1609 Oct 28 04:01 /usr/pkg/bin/freetype-config
>
> So I moved /usr/X11R6/bin/freetype-config out of the way. make clean and
> then make worked.
So we should probably link the correct freetype-config into
.buildlinkdir/bin -- that should work, shouldn't it?
Thomas