Great. So OK anyone?
On 20 Dec 2012 20:29, "Markus Lude" <markus.l...@gmx.de> wrote:

> On Thu, Dec 20, 2012 at 01:21:15PM +0000, Edd Barrett wrote:
> > Hi,
> >
> > Looks like the big endian fix for texlive base got lost somewhere along
> > the line.  My sparc64 has fallen over, so I can't test this, but I
> > believe this is the fix. Markus Lude is currently running a build but he
> > tells me his machine is slow. How slow I don't know...
>
> texlive_base build fine with this diff on sparc64.
>
> Just SUN Blades 100 here.
>
> Regards,
> Markus
>
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/print/texlive/base/Makefile,v
> > retrieving revision 1.62
> > diff -u -p -r1.62 Makefile
> > --- Makefile  17 Dec 2012 20:28:04 -0000      1.62
> > +++ Makefile  19 Dec 2012 10:21:34 -0000
> > @@ -55,8 +55,14 @@ CPPFLAGS +=        -DU_PLATFORM=U_PF_BSD
> >
> >  # Big endian ICU bug
> >  # http://tug.org/pipermail/tlbuild/2012q2/002266.html
> > +.include <bsd.port.arch.mk>
> > +.if ${PROPERTIES:Mbe}
> > +CPPFLAGS +=  -DU_IS_BIG_ENDIAN=1
> > +.endif
> > +
> >  CONFIGURE_ENV +=     TL_MAKE=${GMAKE} \
> >                       CPPFLAGS="${CPPFLAGS}"
> > +
> >  # Can't build in same dir
> >  WRKBUILD =              ${WRKSRC}/Work
> >  CONFIGURE_SCRIPT =      ../configure
> >
>
>

Reply via email to