From 9bd8c1f88b23970bd6b54c2b0c5e110ba7e1bd05 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 19 Oct 2018 12:39:48 -0300 Subject: [PATCH] boinc: mark as broken on armv6l --- srcpkgs/boinc/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/boinc/template b/srcpkgs/boinc/template index 5f5cc74703f..309d6dd0ba1 100644 --- a/srcpkgs/boinc/template +++ b/srcpkgs/boinc/template @@ -24,6 +24,10 @@ conflicts="boinc-nox>=0" CXXFLAGS="-Wno-redundant-decls" +case "$XBPS_TARGET_MACHINE" in + armv6l) broken="arm-linux-gnueabihf-g++: error: libwhetvfp.a: No such file or directory" ;; +esac + pre_configure() { autoreconf -if }