aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/libmicro
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-03-01 04:07:01 +0800
committerlinimon <linimon@FreeBSD.org>2017-03-01 04:07:01 +0800
commitda7416af1b0e45d86962f5e5cc5ee60188793ee6 (patch)
tree435e6461ea9c12af51969b772c479d0200a3a717 /benchmarks/libmicro
parent50ce6187ecd95469ff2c88cf5d0e2a85bd713a47 (diff)
downloadfreebsd-ports-gnome-da7416af1b0e45d86962f5e5cc5ee60188793ee6.tar.gz
freebsd-ports-gnome-da7416af1b0e45d86962f5e5cc5ee60188793ee6.tar.zst
freebsd-ports-gnome-da7416af1b0e45d86962f5e5cc5ee60188793ee6.zip
Mark broken on arm.
It may just need a uname patch in stage/usr/local/lib/libmicro/bench. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'benchmarks/libmicro')
-rw-r--r--benchmarks/libmicro/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/libmicro/Makefile b/benchmarks/libmicro/Makefile
index c9667331f3f0..8a5432d74c94 100644
--- a/benchmarks/libmicro/Makefile
+++ b/benchmarks/libmicro/Makefile
@@ -13,12 +13,13 @@ COMMENT= Set of utilities to benchmark productivity of system calls
LICENSE= CDDL
BROKEN_aarch64= Fails to build: bin-aarch64: no such file or directory
+BROKEN_armv6= Fails to build: bin-armv6: no such file or directory
BROKEN_mips64= Fails to build: bin-mips64: no such file or directory
BROKEN_powerpc64= Does not build on powerpc64
USES= gmake
WRKSRC= ${WRKDIR}/libMicro-${PORTVERSION}
-STRIP= # Do not strip binaries
+STRIP= # Do not strip binaries
PLIST_SUB= ARCH="${ARCH}"
PKGLIBDIR= ${PREFIX}/lib/${PORTNAME}