From 62c3a09d0eaeeb62759fe2ade2129a2b92d7deb0 Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 17 Feb 2014 19:31:10 +0000 Subject: [PATCH] re-enable the big endian quirk which is still needed at least for mips64. also tested on sparc64 ok edd@ (MAINTAINER) aja@ espie@ --- print/texlive/base/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/print/texlive/base/Makefile b/print/texlive/base/Makefile index 6a635372629..f4512908963 100755 --- a/print/texlive/base/Makefile +++ b/print/texlive/base/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.72 2014/01/14 14:42:00 edd Exp $ +# $OpenBSD: Makefile,v 1.73 2014/02/17 19:31:10 jasper Exp $ COMMENT = base binaries for TeXLive typesetting distribution @@ -132,11 +132,11 @@ CPPFLAGS = -I${X11BASE}/include \ # Big endian ICU bug # http://tug.org/pipermail/tlbuild/2012q2/002266.html -# XXX still needed? -#.include -#.if ${PROPERTIES:Mbe} -#CPPFLAGS += -DU_IS_BIG_ENDIAN=1 -#.endif +# XXX still needed +.include +.if ${PROPERTIES:Mbe} +CPPFLAGS += -DU_IS_BIG_ENDIAN=1 +.endif CONFIGURE_ENV += TL_MAKE=${GMAKE} \ CPPFLAGS="${CPPFLAGS}"