]> git.pld-linux.org Git - packages/ImageMagick.git/blob - ImageMagick-libpath.patch
- updated for 6.3.1
[packages/ImageMagick.git] / ImageMagick-libpath.patch
1 --- ImageMagick-5.5.7/configure.ac.orig 2003-05-31 16:41:34.000000000 +0200
2 +++ ImageMagick-5.5.7/configure.ac      2003-07-18 08:27:51.000000000 +0200
3 @@ -2194,7 +2194,7 @@
4  # Determine path to pick up ImageMagick library from for use with building PerlMagick
5  MAGICKLIBDIR="${LIB_DIR}"
6  MAGICKLIB="-L${MAGICKLIBDIR} -lMagick"
7 -if test $with_perl_static = 'yes'
8 +if test $with_perl_static = 'yes' -o $with_perl_dynamic = 'yes'
9  then
10    # Find out where libtool hides its uninstalled libraries (as libtool_objdir)
11    eval `./libtool --config|grep '^objdir='|sed -e 's/^objdir/libtool_objdir/'`
This page took 0.037535 seconds and 4 git commands to generate.