Index: PerlMagick/Makefile.PL.in --- PerlMagick/Makefile.PL.in.orig 2008-02-05 19:50:44 +0100 +++ PerlMagick/Makefile.PL.in 2008-04-03 16:08:07 +0200 @@ -77,7 +77,7 @@ 'INSTALLBIN' => '@BIN_DIR@', # Library specification - 'LIBS' => [ '-L@MAGICKLIBDIR@ -L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand' ], + 'LIBS' => [ '-L@MAGICKLIBDIR@ -L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand @LDFLAGS@ -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lbz2 -lxml2 -liconv -lz -lm' ], # Perl binary name (if a Perl binary is built) 'MAP_TARGET' => 'PerlMagick', Index: configure --- configure.orig 2008-04-01 02:18:31 +0200 +++ configure 2008-04-03 16:05:00 +0200 @@ -46399,7 +46399,7 @@ # Append VALUE to the end of shell variable VAR. func_append () { - eval "$1+=\$2" + eval "$1=\"\$$1\$2\"" } _LT_EOF ;;