mozilla-s390-bigendian.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Tue, 19 Nov 2019 22:54:22 +0100
changeset 1113 8e9195853a32
parent 1097 840132a4a9b3
child 1123 7fa561e5d7c7
permissions -rw-r--r--
merge into default

# HG changeset patch
# User msirringhaus@suse.de
# Date 1558452126 -7200
#      Tue May 21 17:22:06 2019 +0200
# Node ID a3cc550d25e3a04d906f516928cbcbe50efd585e
# Parent  433beec63e6b5f409683af20a0c1ab137cc7bfad
[mq]: mozilla-s390-bigendian.patch

diff -r 433beec63e6b -r a3cc550d25e3 build/autoconf/icu.m4
--- a/build/autoconf/icu.m4	Tue May 21 17:12:20 2019 +0200
+++ b/build/autoconf/icu.m4	Tue May 21 17:22:06 2019 +0200
@@ -78,7 +78,7 @@
     # TODO: the l is actually endian-dependent
     # We could make this set as 'l' or 'b' for little or big, respectively,
     # but we'd need to check in a big-endian version of the file.
-    ICU_DATA_FILE="icudt${version}l.dat"
+    ICU_DATA_FILE="icudt${version}b.dat"
 fi
 
 AC_SUBST(MOZ_ICU_VERSION)