Skip to content

Commit

Permalink
Update to a version that downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 1, 2012
1 parent 4b0cb83 commit 64d2f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -347,7 +347,7 @@ buildImageMagick(){
buildProgram "giflib-4.1.6" "--enable-shared $CFG_CACHE"

# lib png
buildProgram "libpng-1.5.6" "--enable-shared $CFG_CACHE"
buildProgram "libpng-1.5.7" "--enable-shared $CFG_CACHE"

# graphviz
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"
Expand Down
4 changes: 2 additions & 2 deletions getsource.sh
Expand Up @@ -99,8 +99,8 @@ wget -t 4 -nv http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.24.
tar xfz graphviz-2.24.0.tar.gz

# libpng image manipulation http://www.libpng.org/pub/png/libpng.html
wget ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.6.tar.gz
tar xfz libpng-1.5.6.tar.gz
wget ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.7.tar.gz
tar xfz libpng-1.5.7.tar.gz

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

0 comments on commit 64d2f53

Please sign in to comment.