mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
csound: unset nocross, set arm* to broken
Closes: #10228 [via git-merge-pr]
This commit is contained in:
parent
6d1f034ad9
commit
72bae1152b
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@ license="LGPL-2.1-or-later"
|
|||
homepage="https://csound.com/"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=183beeb3b720bfeab6cc8af12fbec0bf9fef2727684ac79289fd12d0dfee728b
|
||||
nocross=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) broken=yes;;
|
||||
esac
|
||||
|
||||
CXXFLAGS="-Wno-error"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue