imagemagick.patch 858 B

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