csound: unset nocross, set arm* to broken

Closes: #10228 [via git-merge-pr]
This commit is contained in:
John 2019-03-24 18:52:06 +01:00 committed by Piraty
parent 6d1f034ad9
commit 72bae1152b

View file

@ -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"