aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/libmicro/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-03-01 04:07:01 +0800
committerMark Linimon <linimon@FreeBSD.org>2017-03-01 04:07:01 +0800
commit9d0c1a5d8d1f0c8e5bd5c4d2cbeb07db0f71dcab (patch)
tree435e6461ea9c12af51969b772c479d0200a3a717 /benchmarks/libmicro/Makefile
parentde019368c589e007a34973912ea18ac4c2f33b81 (diff)
downloadfreebsd-ports-gnome-9d0c1a5d8d1f0c8e5bd5c4d2cbeb07db0f71dcab.tar.gz
freebsd-ports-gnome-9d0c1a5d8d1f0c8e5bd5c4d2cbeb07db0f71dcab.tar.zst
freebsd-ports-gnome-9d0c1a5d8d1f0c8e5bd5c4d2cbeb07db0f71dcab.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/Makefile')
-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}