view src/flac-1-ucrt.patch @ 6215:d18a5545df0d release

build-gettext: Don't build emacs bindings. * src/build-gettext.mk: The `emacs` installed on the build system might be incompatible with the STL built by build-gcc. We probably don't need the emacs bindings for the `gettext` build tool anyway. So skip building those bindings.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 07 May 2022 12:01:10 +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