Skip to content
Permalink
66a911b91c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
mozjs 52.2.1 requires at least version 58.1, so upgrade to the latest one.

    checking for icu-i18n >= 58.1... Requested 'icu-i18n >= 58.1' but version of icu-i18n is 53.1
    configure: error: Library requirements (icu-i18n >= 58.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
1 contributor

Users who have contributed to this file

executable file 32 lines (21 sloc) 552 Bytes
#!/bin/env beesh
# BEE_VERSION icu4c-63.1-0
#neu gebaut wegen neuen gcc und firefox
#SRCURL[0]="http://download.icu-project.org/files/icu4c/4.2.1/icu4c-4_2_1-src.tgz"
SRCURL[0]="http://download.icu-project.org/files/icu4c/63.1/icu4c-63_1-src.tgz"
build_in_sourcedir
# BEE_CONFIGURE=compat
# EXCLUDE=""
sourcesubdir_append source
mee_patch_post() {
chmod +x runConfigureICU configure install-sh
}
mee_configure() {
start_cmd ./runConfigureICU Linux --prefix=${PREFIX}
}
mee_build() {
bee_build
}
mee_install() {
bee_install
}