Subject: Re: OpenOffice fails with undefined ref to XOpenDisplay
To: None <tech-pkg@netbsd.org>
From: Sean J. Schluntz <schluntz@workofstone.com>
List: tech-pkg
Date: 10/11/2002 13:29:54
>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. 

Just added to the main Makefile?  I tried this yesterday but after
7 hours of compiling it ran out of disk space so I have to start
it again to run over night :/

-Sean