From 72bae1152b6197e37aa6da54a92bbc619a9beef8 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 24 Mar 2019 18:52:06 +0100 Subject: [PATCH] csound: unset nocross, set arm* to broken Closes: #10228 [via git-merge-pr] --- srcpkgs/csound/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"