Index: PerlMagick/Makefile.PL.in --- PerlMagick/Makefile.PL.in.orig 2009-05-28 15:21:28 +0200 +++ PerlMagick/Makefile.PL.in 2009-05-29 19:13:57 +0200 @@ -83,7 +83,7 @@ 'INSTALLBIN' => '@BIN_DIR@', # Library specification - 'LIBS' => [ '-L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand -lperl @MATH_LIBS@' ], + 'LIBS' => [ '-L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand -lperl @MATH_LIBS@ @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 2009-05-28 20:44:36 +0200 +++ configure 2009-05-29 19:10:54 +0200 @@ -48278,7 +48278,7 @@ # Append VALUE to the end of shell variable VAR. func_append () { - eval "$1+=\$2" + eval "$1=\"\$$1\$2\"" } _LT_EOF ;;