mozilla-s390-bigendian.patch
branchfirefox68
changeset 1097 840132a4a9b3
child 1123 7fa561e5d7c7
equal deleted inserted replaced
1096:4c248180e576 1097:840132a4a9b3
       
     1 # HG changeset patch
       
     2 # User msirringhaus@suse.de
       
     3 # Date 1558452126 -7200
       
     4 #      Tue May 21 17:22:06 2019 +0200
       
     5 # Node ID a3cc550d25e3a04d906f516928cbcbe50efd585e
       
     6 # Parent  433beec63e6b5f409683af20a0c1ab137cc7bfad
       
     7 [mq]: mozilla-s390-bigendian.patch
       
     8 
       
     9 diff -r 433beec63e6b -r a3cc550d25e3 build/autoconf/icu.m4
       
    10 --- a/build/autoconf/icu.m4	Tue May 21 17:12:20 2019 +0200
       
    11 +++ b/build/autoconf/icu.m4	Tue May 21 17:22:06 2019 +0200
       
    12 @@ -78,7 +78,7 @@
       
    13      # TODO: the l is actually endian-dependent
       
    14      # We could make this set as 'l' or 'b' for little or big, respectively,
       
    15      # but we'd need to check in a big-endian version of the file.
       
    16 -    ICU_DATA_FILE="icudt${version}l.dat"
       
    17 +    ICU_DATA_FILE="icudt${version}b.dat"
       
    18  fi
       
    19  
       
    20  AC_SUBST(MOZ_ICU_VERSION)