Skip to content

Commit 64d2f53

Browse files
committedJan 1, 2012
Update to a version that downloads
1 parent 4b0cb83 commit 64d2f53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ buildImageMagick(){
347347
buildProgram "giflib-4.1.6" "--enable-shared $CFG_CACHE"
348348

349349
# lib png
350-
buildProgram "libpng-1.5.6" "--enable-shared $CFG_CACHE"
350+
buildProgram "libpng-1.5.7" "--enable-shared $CFG_CACHE"
351351

352352
# graphviz
353353
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"

‎getsource.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ wget -t 4 -nv http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.24.
9999
tar xfz graphviz-2.24.0.tar.gz
100100

101101
# 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
104104

105105
# gnu libtool http://www.gnu.org/software/libtool/
106106
#wget -t 4 -nv http://ftp.gnu.org/gnu/libtool/libtool-2.2.6a.tar.gz

0 commit comments

Comments
 (0)
Please sign in to comment.