Skip to content

Commit

Permalink
Make ImageMagick install into the right place.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 5, 2012
1 parent b50a3aa commit 8d56ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -355,7 +355,7 @@ buildImageMagick(){
$WRE_MAKE distclean
$WRE_MAKE clean
fi
GNUMAKE=$WRE_MAKE ./configure LD=ld --enable-delegate-build LDFLAGS=-L$PREFIX/lib CPPFLAGS=-I$PREFIX/include --enable-shared --prefix=$WRE_ROOT --with-jpeg --with-png --with-perl --without-x --with-xml
GNUMAKE=$WRE_MAKE ./configure LD=ld --enable-delegate-build LDFLAGS=-L$PREFIX/lib CPPFLAGS=-I$PREFIX/include --enable-shared --prefix=$PREFIX --with-jpeg --with-png --with-perl --without-x --with-xml
$WRE_MAKE; checkError $? "Image Magick make"
$WRE_MAKE install; checkError $? "Image Magick make install"

Expand Down

0 comments on commit 8d56ac9

Please sign in to comment.