Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from fractious/master
Browse files Browse the repository at this point in the history
Update jpeg to v8c as v8b is no longer available.
  • Loading branch information
masterkain committed Jul 4, 2011
2 parents 3f780b2 + 39ce4fa commit 02c57ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_im.sh 100644 → 100755
Expand Up @@ -59,7 +59,7 @@ function decompress_applications () {
try_download http://"$SF_MIRROR".dl.sourceforge.net/project/freetype/freetype2/2.3.12/freetype-2.3.12.tar.gz
try_download http://"$SF_MIRROR".dl.sourceforge.net/project/gs-fonts/gs-fonts/8.11%20%28base%2035%2C%20GPL%29/ghostscript-fonts-std-8.11.tar.gz
try_download http://"$SF_MIRROR".dl.sourceforge.net/project/wvware/libwmf/0.2.8.4/libwmf-0.2.8.4.tar.gz
try_download http://www.ijg.org/files/jpegsrc.v8b.tar.gz
try_download http://www.ijg.org/files/jpegsrc.v8c.tar.gz
try_download http://download.osgeo.org/libtiff/tiff-3.9.4.tar.gz
try_download http://"$SF_MIRROR".dl.sourceforge.net/project/lcms/lcms/2.0/lcms2-2.0a.tar.gz
try_download http://ghostscript.googlecode.com/files/ghostscript-9.00.tar.gz
Expand All @@ -81,7 +81,7 @@ cd ..

# JPEG.
# Library for JPEG image compression.
cd jpeg-8b
cd jpeg-8c
ln -s `which glibtool` ./libtool
export MACOSX_DEPLOYMENT_TARGET=$DEPLOYMENT_TARGET
./configure --enable-shared --prefix=$CONFIGURE_PREFIX
Expand Down

0 comments on commit 02c57ec

Please sign in to comment.