diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-18 10:05:27 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-18 10:05:27 -0500 |
commit | aa7e99e130b47caebaacd24e6d9e4f89f42cd213 (patch) | |
tree | 5b599c731389e0b259b840710f8db1ffe9913181 /scripts/icu/build.sh | |
parent | 79a4dcec2e34c5d58ab0661146ee9727452d672b (diff) | |
download | spm-aa7e99e130b47caebaacd24e6d9e4f89f42cd213.tar.gz |
Next chunk
Diffstat (limited to 'scripts/icu/build.sh')
-rw-r--r-- | scripts/icu/build.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/icu/build.sh b/scripts/icu/build.sh index 812c4c4..55b80aa 100644 --- a/scripts/icu/build.sh +++ b/scripts/icu/build.sh @@ -9,16 +9,15 @@ build_depends=( "automake" "autoconf" "patch" + "python" ) -depends=( - "base" -) +depends=() + function prepare() { tar xf ${name}4c-${version//./_}-src.tgz cd ${name}/source - patch -p0 -i "${build_script_root}/0001-disable-tests.patch" - autoreconf -i -f + #patch -p0 -i "${build_script_root}/0001-disable-tests.patch" } function build() { |