Subject: Re: OpenOffice fails with undefined ref to XOpenDisplay
To: None <tech-pkg@netbsd.org>
From: Michael Rauch <mrauch@netbsd.org>
List: tech-pkg
Date: 10/11/2002 09:30:21
Hi, 

On Thu, Oct 10, 2002 at 04:01:02PM -0400, Jan Schaumann wrote:
> Adding
> 
> LDFLAGS+=              -L${PREFIX}/lib -L${X11PREFIX}/lib \
> 			-Wl,-R${X11PREFIX}/lib
> 
> to the Makefile fixed the problem.
> 
> I doubt this is TRT, though.

Well, approximately the same should have happened automatically. So it isn't
really wrong, but I wonder why this setting has somehow magically
disappeared. 
[One moment of thinking ...]
Oh, I recall a change in the Makefile that openoffice can't be built
strongly buildlinkified, and so ".include .../x11.buildlink.mk" was removed.

So the change above actually is TRT for the moment IMHO. 


Michael