Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 468050
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ImageMagick-6.8.6-8/coders/svg.c
0
++ ImageMagick-6.8.6-8/coders/svg.c
Lines 3216-3222 Link Here
3216
  (void) CopyMagickString(version,"XML " LIBXML_DOTTED_VERSION,MaxTextExtent);
3216
  (void) CopyMagickString(version,"XML " LIBXML_DOTTED_VERSION,MaxTextExtent);
3217
#endif
3217
#endif
3218
#if defined(MAGICKCORE_RSVG_DELEGATE)
3218
#if defined(MAGICKCORE_RSVG_DELEGATE)
3219
#if !GLIB_CHECK_VERSION(2,5,0)
3219
#if !GLIB_CHECK_VERSION(2,35,0)
3220
  g_type_init();
3220
  g_type_init();
3221
#endif
3221
#endif
3222
  (void) FormatLocaleString(version,MaxTextExtent,"RSVG %d.%d.%d",
3222
  (void) FormatLocaleString(version,MaxTextExtent,"RSVG %d.%d.%d",

Return to bug 468050