Re: Was : Re: [porting-dev] Mac and SRX645_m57

James McKenzie <[email protected]> Mon, 22 Aug 2005 19:40:04 -0700
Newsgroups gmane.comp.openoffice.devel.porting
Message-ID <[email protected]>
eric.bachard wrote:

> Hi,
>
> gonzalo gon a écrit :
>
>> James:
>
>
> Sorry, I'm not James,
>
>> I'm builing 645_m57. was this error present in this
>> build? why is it breaking then? 
>
>
> An old bug ...
>
> I've only applied so
>
>> far the patches you guys have been providing
>> me...thats it.
>
>
> Can you please try changing the line 305 (if I'm not wrong) in 
> vcl/util/makefile.mk
>
> (actual) :
>
> SHL1STDLIBS += -Wl, -BStatic -lXinerama -Wl -Bdynamic
>
> ...in (after change ) :
>
> SHL1STDLIBS += -lXinerama
>
> And then do :
>
> cd vcl
> build
> deliver
> cd ..
> dmake
>
> This should be ok....
>
>
> Regards,
> eric bachard
>
>
Eric:

I think there is a patch for this.  However, that is good idea to fix 
this.  It is only broken from what I understand for Tiger.  I think that 
I figured out a patch that will only change for Tiger.  It is a couple 
of lines for this makefile.

James McKenzie