imagemagick.patch 258 B

12345678910111213
  1. Index: configure
  2. --- configure.orig 2007-12-13 09:34:07 +0100
  3. +++ configure 2007-12-13 10:17:10 +0100
  4. @@ -46724,7 +46724,7 @@
  5. # Append VALUE to the end of shell variable VAR.
  6. func_append ()
  7. {
  8. - eval "$1+=\$2"
  9. + eval "$1=\"\$$1\$2\""
  10. }
  11. _LT_EOF
  12. ;;