From e93c5dc6df4f6e33fe9fd4c6ee25e0584de0d2f2 Mon Sep 17 00:00:00 2001 From: Cristy Date: Fri, 17 May 2019 13:19:40 -0400 Subject: [PATCH] ... --- coders/png.c | 6 +++--- configure | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/coders/png.c b/coders/png.c index 077cc845b..a8c8b77bd 100644 --- a/coders/png.c +++ b/coders/png.c @@ -7854,18 +7854,18 @@ ModuleExport size_t RegisterPNGImage(void) *entry; static const char - *PNGNote= + PNGNote[] = { "See http://www.libpng.org/ for details about the PNG format." }, - *JNGNote= + JNGNote[] = { "See http://www.libpng.org/pub/mng/ for details about the JNG\n" "format." }, - *MNGNote= + MNGNote[] = { "See http://www.libpng.org/pub/mng/ for details about the MNG\n" "format." diff --git a/configure b/configure index 20b94a444..54c11edd2 100755 --- a/configure +++ b/configure @@ -4109,7 +4109,6 @@ fi # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi - MKDIR_P="$ac_cv_path_mkdir -p" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } @@ -4571,7 +4570,7 @@ MAGICK_PATCHLEVEL_VERSION=46 MAGICK_VERSION=7.0.8-46 -MAGICK_GIT_REVISION=15647:e7b99c369:20190516 +MAGICK_GIT_REVISION=15648:470655aa9:20190517 # Substitute library versioning -- 2.40.0