view src/flac-1-ucrt.patch @ 6257:a09bdc36cc34 release octave-rc-7.1.90

Update version numbers and build rules for Octave 7.1.90 release candidate. * src/stable-octave.mk: Update version to 7.1.91. * src/release-octave.mk: Update version to 7.1.90. Update checksum and URL for release candidate.
author John W. Eaton <jwe@octave.org>
date Mon, 13 Jun 2022 14:33:47 -0400
parents 88dfa92d0c86
children
line wrap: on
line source

Don't force MSVCRT version on mingw.

diff -aur a/configure.ac b/configure.ac
--- a/configure.ac	2019-08-04 10:26:40.680643000 +0200
+++ b/configure.ac	2021-11-17 18:56:11.962266940 +0100
@@ -208,7 +208,6 @@
 os_is_windows=no
 case "$host" in
 	*mingw*)
-		CPPFLAGS="-D__MSVCRT_VERSION__=0x0601 $CPPFLAGS"
 		os_is_windows=yes
 		;;
 esac