csound: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:19 +02:00
parent bd053b892f
commit 9fcf20c654

View file

@ -19,7 +19,8 @@ homepage="https://csound.com/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=bef349c5304b2d3431ef417933b4c9e9469c0a408a4fa4a98acf0070af360a22
CXXFLAGS="-Wno-error"
CFLAGS="-fcommon"
CXXFLAGS="-Wno-error -fcommon"
case $XBPS_TARGET_MACHINE in
*-musl) makedepends+=" libexecinfo-devel";;