mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
csound: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
bd053b892f
commit
9fcf20c654
1 changed files with 2 additions and 1 deletions
|
@ -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";;
|
||||
|
|
Loading…
Add table
Reference in a new issue