Subject: Re: kdebase3 fails to build
To: Sverre Froyen <sverre@viewmark.com>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-pkg
Date: 03/13/2004 12:13:58
On Sat, 13 Mar 2004, Sverre Froyen wrote:

> Looks like the cuplrit is somewhere in rhe NetBSD X11 build system or
> xsrc.  The bogus like originates in /usr/X11R6/bin/fontconfig-config as
>
> 	/usr/X11R6/bin/fontconfig-config --libs
> 	@hardcode_libdir_flag_spec@ -L/usr/X11R6/lib -lfontconfig

This is XFree86 4.4.0 built via the reachover build? That was just
fixed a couple of days ago. If you don't want to rebuild everything,
you could just change that to "-Wl,-rpath,/usr/X11R6/lib".

Frederick