File mozilla-s390-bigendian.patch of Package MozillaFirefox.11889
# HG changeset patch
# User msirringhaus@suse.de
# Date 1558421137 -7200
# Tue May 21 08:45:37 2019 +0200
# Node ID d25fcb6ed9a80448bf5c3a249365f2810dad3de5
# Parent de49d7c64d69ffe325334502ef7563d14f857d77
[mq]: mozilla-s390-bigendian.patch
diff -r de49d7c64d69 -r d25fcb6ed9a8 build/autoconf/icu.m4
--- a/build/autoconf/icu.m4 Mon Sep 10 11:16:24 2018 -0700
+++ b/build/autoconf/icu.m4 Tue May 21 08:45:37 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"
MOZ_ICU_DATA_ARCHIVE=
fi