Merge pull request #6998 from c72578/2020-09-17_sox_add_-D__USE_MINGW_ANSI_STDIO=1

sox: add -D__USE_MINGW_ANSI_STDIO=1 to CFLAGS
This commit is contained in:
Christoph Reiter
2020-09-18 09:48:06 +02:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
# https://sourceforge.net/p/sox/code/ci/07de8a77a862e6800b95a8d3a61c6b4e41362755/
pkgver=14.4.2.r3203.07de8a77
pkgrel=1
pkgrel=2
pkgdesc="SoX is the Swiss Army Knife of sound processing utilities (mingw-w64)"
arch=('any')
url="https://sourceforge.net/projects/sox/"
@@ -69,7 +69,7 @@ build() {
--host=${MINGW_CHOST} \
--with-distro='MSYS2 MINGW-packages'
make
make CFLAGS="$CFLAGS -D__USE_MINGW_ANSI_STDIO=1"
}
package() {