]> git.pld-linux.org Git - packages/ImageMagick.git/blame - ImageMagick-libpath.patch
- release 4
[packages/ImageMagick.git] / ImageMagick-libpath.patch
CommitLineData
4c6476b7
JB
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 @@
04740461 4 # Determine path to pick up Magick library from for use with building PerlMagick
4c6476b7
JB
5 MAGICKLIBDIR="${LIB_DIR}"
6 MAGICKLIB="-L${MAGICKLIBDIR} -lMagick"
04740461
JR
7-if test $with_perl_static = 'yes'; then
8+if test $with_perl_static = 'yes' -o $with_perl_dynamic = 'yes'; then
9 # Find out where libtool hides its uninstalled libraries (as libtool_objdir)
10 libtool_objdir=$objdir
11
This page took 0.159907 seconds and 4 git commands to generate.