Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
mozjs52
mozilla-s390-bigendian.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-s390-bigendian.patch of Package mozjs52
# HG changeset patch # Parent 20a1a6ad46d5a4ec83d9800614fc288bf79e14a8 diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4 --- a/build/autoconf/icu.m4 +++ b/build/autoconf/icu.m4 @@ -73,17 +73,17 @@ if test -n "$USE_ICU"; then if test x"$version" = x; then AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno]) fi MOZ_ICU_VERSION="$version" # 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" dnl We won't build ICU data as a separate file when building dnl JS standalone so that embedders don't have to deal with it. dnl We also don't do it on Windows because sometimes the file goes dnl missing -- possibly due to overzealous antivirus software? -- dnl which prevents the browser from starting up :( if test -z "$JS_STANDALONE" -a -z "$MOZ_SYSTEM_ICU" -a "$OS_TARGET" != WINNT -a "$MOZ_WIDGET_TOOLKIT" != "android"; then MOZ_ICU_DATA_ARCHIVE=1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor