From c86905486e8e68ffd527bee5f64dd0daa7f9a971 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 6 Oct 2011 23:36:05 +0000 Subject: [PATCH] osx: new version of libpng --- osx/scripts/static-universal.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osx/scripts/static-universal.sh b/osx/scripts/static-universal.sh index d5a3d28a0..510680746 100644 --- a/osx/scripts/static-universal.sh +++ b/osx/scripts/static-universal.sh @@ -103,9 +103,9 @@ make install cd ../ # libpng -wget ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.4.tar.gz -tar xvf libpng-1.5.4.tar.gz -cd libpng-1.5.4 +wget ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.5.tar.gz +tar xvf libpng-1.5.5.tar.gz +cd libpng-1.5.5 ./configure --prefix=$PREFIX --enable-static --disable-shared --disable-dependency-tracking make -j4 make install