view src/flac-1-ucrt.patch @ 6203:8b23f76955c6 release

ICU4C: Use GCC for native version even if clang is installed. * src/icu4c.mk: ICU4C seems to prefer clang for building the native version if it is installed on the build system. But it looks like that doesn't work for some reason. When cross-compiling, use GCC for the native version instead.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 05 May 2022 11:22:40 +0200
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