File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
mingw-w64-winpthreads-git Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ _realname=winpthreads
66pkgbase=mingw-w64-${_realname} -git
77pkgname=(" ${MINGW_PACKAGE_PREFIX} -${_realname} -git" " ${MINGW_PACKAGE_PREFIX} -libwinpthread-git" )
88pkgver=8.0.0.6001.98dad1fe
9- pkgrel=2
9+ pkgrel=3
1010_commit=' 98dad1fefed2a07ade0b37ca6c610ad66739631a'
1111pkgdesc=" MinGW-w64 winpthreads library"
1212url=" https://mingw-w64.sourceforge.io/"
@@ -49,6 +49,8 @@ build() {
4949 mkdir -p " ${srcdir} " /build-${MINGW_CHOST} && cd ${srcdir} /build-${MINGW_CHOST}
5050
5151 declare -a extra_config
52+ # https://github.com/msys2/MINGW-packages/issues/7043
53+ extra_config+=(" CPPFLAGS=${CPPFLAGS// -D__USE_MINGW_ANSI_STDIO=1/ } " )
5254 if check_option " debug" " y" ; then
5355 extra_config+=(" CFLAGS=-O0 -g -DWINPTHREAD_DBG" )
5456 extra_config+=(" CXXFLAGS=-O0 -g -DWINPTHREAD_DBG" )
You can’t perform that action at this time.
0 commit comments