File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ download_and_extract $EXPAT_URL
4242rm -rf $LIBOGG_DIR
4343download_and_extract $LIBOGG_URL
4444
45- # tremor
45+ # libvorbis
4646rm -rf $LIBVORBIS_DIR
4747download_and_extract $LIBVORBIS_URL
4848
@@ -90,8 +90,6 @@ download_and_extract $ICU_URL
9090rm -f $ICUDATA_FILES
9191download_and_extract $ICUDATA_URL
9292
93- msg " [3] Downloading platform libraries"
94-
9593# liblcf
9694rm -rf liblcf
9795download_liblcf
Original file line number Diff line number Diff line change @@ -26,27 +26,27 @@ if [ ! -f .patches-applied ]; then
2626
2727 patches_common
2828
29- # Fix pixman
29+ verbosemsg " pixman"
3030 (cd $PIXMAN_DIR
3131 patch -Np1 < $SCRIPT_DIR /../shared/extra/pixman-no-tls.patch
3232 )
3333
34- # Fix expat
34+ verbosemsg " expat"
3535 (cd $EXPAT_DIR
3636 perl -pi -e ' s/.*arc4random.*//g' ConfigureChecks.cmake
3737 )
3838
39- # Fix lhasa
39+ verbosemsg " lhasa"
4040 (cd $LHASA_DIR
4141 patch -Np1 < $SCRIPT_DIR /../shared/extra/lhasa.patch
4242 )
4343
44- # Fix fluidsynth
44+ verbosemsg " fluidsynth"
4545 (cd $FLUIDSYNTH_DIR
4646 patch -Np1 < $SCRIPT_DIR /fluidsynth-no-pthread.patch
4747 )
4848
49- # Fix icu build
49+ verbosemsg " ICU "
5050 # Do not write objects, but source files
5151 perl -pi -e ' s|#ifndef U_DISABLE_OBJ_CODE.*|#if 0 // U_DISABLE_OBJ_CODE|' icu/source/tools/toolutil/pkg_genc.h
5252 # Emit correct bigendian icudata header
You can’t perform that action at this time.
0 commit comments