From 5f8cfeecdfe3b38a23300470e9b836ada7916daa Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 31 Jan 2017 03:40:46 +0000 Subject: Mark various ports broken on aarch64 and armv6. Approved by: portmgr (tier-2 blanket) --- benchmarks/fio/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'benchmarks/fio') diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index be169eaf9faf..63ed325d0fdf 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -18,6 +18,8 @@ GNUPLOT_DESC= Support for plotting graphs GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot +BROKEN_aarch64= Fails to compile: error: sys/auxv.h file not found +BROKEN_armv6= Fails to compile: error: use of undeclared identifier nop BROKEN_powerpc64= Does not build on powerpc64 do-install: -- cgit