File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ buildImageMagick(){
347
347
buildProgram " giflib-4.1.6" " --enable-shared $CFG_CACHE "
348
348
349
349
# lib png
350
- buildProgram " libpng-1.5.6 " " --enable-shared $CFG_CACHE "
350
+ buildProgram " libpng-1.5.7 " " --enable-shared $CFG_CACHE "
351
351
352
352
# graphviz
353
353
buildProgram " graphviz-2.24.0" " $CFG_CACHE --enable-static --with-libgd=no --with-mylibgd=no --disable-java --disable-swig --disable-perl --disable-python --disable-php --disable-ruby --disable-sharp --disable-python23 --disable-python24 --disable-python25 --disable-r --disable-tcl --disable-guile --disable-io --disable-lua --disable-ocaml"
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ wget -t 4 -nv http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.24.
99
99
tar xfz graphviz-2.24.0.tar.gz
100
100
101
101
# libpng image manipulation http://www.libpng.org/pub/png/libpng.html
102
- wget ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.6 .tar.gz
103
- tar xfz libpng-1.5.6 .tar.gz
102
+ wget ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.7 .tar.gz
103
+ tar xfz libpng-1.5.7 .tar.gz
104
104
105
105
# gnu libtool http://www.gnu.org/software/libtool/
106
106
# wget -t 4 -nv http://ftp.gnu.org/gnu/libtool/libtool-2.2.6a.tar.gz
You can’t perform that action at this time.
0 commit comments