File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5203,7 +5203,7 @@ MAGICK_PATCHLEVEL_VERSION=25
52035203
52045204MAGICK_VERSION=6.9.13-25
52055205
5206- MAGICK_GIT_REVISION=cfeca4226 :20250326
5206+ MAGICK_GIT_REVISION=cc0242d86 :20250326
52075207
52085208
52095209# Substitute library versioning
@@ -38379,6 +38379,7 @@ if test "$have_pango" = 'yes' ; then
3837938379fi
3838038380if test "$have_pcl" = 'yes' ; then
3838138381 MAGICK_DELEGATES="$MAGICK_DELEGATES pcl"
38382+ fi
3838238383if test "$have_png" = 'yes' ; then
3838338384 MAGICK_DELEGATES="$MAGICK_DELEGATES png"
3838438385fi
Original file line number Diff line number Diff line change @@ -3828,6 +3828,7 @@ if test "$have_pango" = 'yes' ; then
38283828fi
38293829if test "$have_pcl" = 'yes' ; then
38303830 MAGICK_DELEGATES="$MAGICK_DELEGATES pcl"
3831+ fi
38313832if test "$have_png" = 'yes' ; then
38323833 MAGICK_DELEGATES="$MAGICK_DELEGATES png"
38333834fi
You can’t perform that action at this time.
0 commit comments