From 30984c3ffac6125548378c8f35407a46c7e722b5 Mon Sep 17 00:00:00 2001 From: riggs Date: Mon, 5 Jan 2015 09:29:58 +0000 Subject: Mark broken on arm OSVERSIONS before a required change in base PR: 196454 Submitted by: ler@lerctr.org --- sysutils/lsof/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/lsof') diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 87fde0f2a438..aaee83d63c8c 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -41,8 +41,8 @@ SHEBANG_FILES= scripts/sort_res.perl5 .include -.if ${ARCH} == "arm" -BROKEN= Does not compile on arm +.if !empty(ARCH:Marm*) && ((${OSVERSION} < 1001505) || (${OSVERSION} > 1100000 && ${OSVERSION} < 1100052)) +BROKEN= Not supported on ARM platform below release 10.1 or a more recent current .endif CONFIGURE_SCRIPT= Configure -- cgit