Skip to content
This repository has been archived by the owner on Jul 26, 2018. It is now read-only.

Commit

Permalink
Bump IM, closes masterkain#9
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain committed Aug 25, 2010
1 parent bb4e96c commit a4c429f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_im.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ try_download http://mirror.thekeelecentre.com/distfiles/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-8.71.tar.gz
try_download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.3.tar.gz
try_download ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.3-7.tar.gz
try_download ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.3-9.tar.gz

# Decompress applications.
decompress_applications
Expand Down Expand Up @@ -138,7 +138,7 @@ cd ..

# ImageMagick.
# Software suite to create, edit, and compose bitmap images.
cd ImageMagick-6.6.3-7
cd ImageMagick-6.6.3-9
export CPPFLAGS=-I$CONFIGURE_PREFIX/include
export LDFLAGS=-L$CONFIGURE_PREFIX/lib
./configure --prefix=$CONFIGURE_PREFIX $IMAGEMAGICK_ARGUMENTS --with-gs-font-dir=$CONFIGURE_GS_FONT/fonts
Expand Down

0 comments on commit a4c429f

Please sign in to comment.