mozilla-s390-bigendian.patch
branchfirefox74
changeset 1123 7fa561e5d7c7
parent 1097 840132a4a9b3
equal deleted inserted replaced
1122:a9cd24eaa361 1123:7fa561e5d7c7
     1 # HG changeset patch
     1 # HG changeset patch
     2 # User msirringhaus@suse.de
     2 # User msirringhaus@suse.de
     3 # Date 1558452126 -7200
     3 # Date 1558452126 -7200
     4 #      Tue May 21 17:22:06 2019 +0200
     4 #      Tue May 21 17:22:06 2019 +0200
     5 # Node ID a3cc550d25e3a04d906f516928cbcbe50efd585e
     5 # Node ID a3cc550d25e3a04d906f516928cbcbe50efd585e
     6 # Parent  433beec63e6b5f409683af20a0c1ab137cc7bfad
     6 # Parent  ae49126f2a63ba1de250ad02ffe39379295660f3
     7 [mq]: mozilla-s390-bigendian.patch
     7 [mq]: mozilla-s390-bigendian.patch
     8 
     8 
     9 diff -r 433beec63e6b -r a3cc550d25e3 build/autoconf/icu.m4
     9 diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4
    10 --- a/build/autoconf/icu.m4	Tue May 21 17:12:20 2019 +0200
    10 --- a/build/autoconf/icu.m4
    11 +++ b/build/autoconf/icu.m4	Tue May 21 17:22:06 2019 +0200
    11 +++ b/build/autoconf/icu.m4
    12 @@ -78,7 +78,7 @@
    12 @@ -63,17 +63,17 @@ if test -n "$USE_ICU"; then
       
    13      if test x"$version" = x; then
       
    14         AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno])
       
    15      fi
       
    16      MOZ_ICU_VERSION="$version"
       
    17  
    13      # TODO: the l is actually endian-dependent
    18      # TODO: the l is actually endian-dependent
    14      # We could make this set as 'l' or 'b' for little or big, respectively,
    19      # 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.
    20      # but we'd need to check in a big-endian version of the file.
    16 -    ICU_DATA_FILE="icudt${version}l.dat"
    21 -    ICU_DATA_FILE="icudt${version}l.dat"
    17 +    ICU_DATA_FILE="icudt${version}b.dat"
    22 +    ICU_DATA_FILE="icudt${version}b.dat"
    18  fi
    23  fi
    19  
    24  
    20  AC_SUBST(MOZ_ICU_VERSION)
    25  AC_SUBST(MOZ_ICU_VERSION)
       
    26  AC_SUBST(JS_HAS_INTL_API)
       
    27  AC_SUBST(USE_ICU)
       
    28  AC_SUBST(ICU_DATA_FILE)
       
    29  
       
    30  if test -n "$USE_ICU"; then