Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/pull/5713
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Nov 5, 2022
1 parent efcac58 commit 53ae953
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 21 deletions.
23 changes: 13 additions & 10 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5126,7 +5126,7 @@ MAGICK_PATCHLEVEL_VERSION=67

MAGICK_VERSION=6.9.12-67

MAGICK_GIT_REVISION=b05ba50ae:20221016
MAGICK_GIT_REVISION=efcac589d:20221103


# Substitute library versioning
Expand Down Expand Up @@ -5160,7 +5160,7 @@ PACKAGE_LIB_VERSION=0x69C

PACKAGE_LIB_VERSION_NUMBER=6,9,12,67

PACKAGE_RELEASE_DATE=2022-10-16
PACKAGE_RELEASE_DATE=2022-11-03


# Ensure that make can run correctly
Expand Down Expand Up @@ -9799,6 +9799,9 @@ Please re-run configure with these options:
LDFLAGS="$LDFLAGS -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -arch ppc -arch i386"
fi
;;
mingw* )
LDFLAGS="$LDFLAGS -municode"
;;
esac

#
Expand Down Expand Up @@ -19515,11 +19518,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
if test ${ac_cv_prog_cxx_11+y}
if test ${ac_cv_prog_cxx_cxx11+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_11=no
ac_cv_prog_cxx_cxx11=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down Expand Up @@ -19561,11 +19564,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
if test ${ac_cv_prog_cxx_98+y}
if test ${ac_cv_prog_cxx_cxx98+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_98=no
ac_cv_prog_cxx_cxx98=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down Expand Up @@ -27252,11 +27255,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
if test ${ac_cv_prog_cxx_11+y}
if test ${ac_cv_prog_cxx_cxx11+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_11=no
ac_cv_prog_cxx_cxx11=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down Expand Up @@ -27298,11 +27301,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
if test ${ac_cv_prog_cxx_98+y}
if test ${ac_cv_prog_cxx_cxx98+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_98=no
ac_cv_prog_cxx_cxx98=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ Please re-run configure with these options:
LDFLAGS="$LDFLAGS -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -arch ppc -arch i386"
fi
;;
mingw* )
LDFLAGS="$LDFLAGS -municode"
;;
esac

#
Expand Down
2 changes: 1 addition & 1 deletion utilities/animate.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static int AnimateMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 1);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__MINGW64__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(AnimateMain(argc,argv));
Expand Down
2 changes: 1 addition & 1 deletion utilities/compare.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static int CompareMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 2);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(CompareMain(argc,argv));
Expand Down
2 changes: 1 addition & 1 deletion utilities/composite.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static int CompositeMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 1);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(CompositeMain(argc,argv));
Expand Down
2 changes: 1 addition & 1 deletion utilities/conjure.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static int ConjureMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 1);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(ConjureMain(argc,argv));
Expand Down
2 changes: 1 addition & 1 deletion utilities/convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static int ConvertMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 1);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(ConvertMain(argc,argv));
Expand Down
2 changes: 1 addition & 1 deletion utilities/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static int DisplayMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 1);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__MINGW64__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(DisplayMain(argc,argv));
Expand Down
2 changes: 1 addition & 1 deletion utilities/identify.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static int IdentifyMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 1);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(IdentifyMain(argc,argv));
Expand Down
2 changes: 1 addition & 1 deletion utilities/import.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static int ImportMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 1);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__MINGW64__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(ImportMain(argc,argv));
Expand Down
2 changes: 1 addition & 1 deletion utilities/mogrify.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static int MogrifyMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 1);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(MogrifyMain(argc,argv));
Expand Down
2 changes: 1 addition & 1 deletion utilities/montage.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static int MontageMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 1);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(MontageMain(argc,argv));
Expand Down
2 changes: 1 addition & 1 deletion utilities/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static int StreamMain(int argc,char **argv)
return(status != MagickFalse ? 0 : 1);
}

#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__)
#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__)
int main(int argc,char **argv)
{
return(StreamMain(argc,argv));
Expand Down

0 comments on commit 53ae953

Please sign in to comment.