diff --git a/srcpkgs/csound/template b/srcpkgs/csound/template index b0f8833e286..d7636df911f 100644 --- a/srcpkgs/csound/template +++ b/srcpkgs/csound/template @@ -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"