File ImageMagick-6.2.5-perlmagick.patch of Package ImageMagick
--- PerlMagick/Makefile.PL.in
+++ PerlMagick/Makefile.PL.in
@@ -62,7 +62,7 @@
'INSTALLBIN' => '@BIN_DIR@',
# Library specification
- 'LIBS' => ['-L@MAGICKLIBDIR@ -lMagick @LDFLAGS@ @MAGICK_DEP_LIBS@'],
+ 'LIBS' => ['-L@MAGICKLIBDIR@ -L../magick/.libs -lMagick @LDFLAGS@ @MAGICK_DEP_LIBS@'],
# Perl binary name (if a Perl binary is built)
'MAP_TARGET' => 'PerlMagick',