From ba1dfecac5f63bd91850af09fd40681da5e5a933 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 13 Dec 2006 17:52:09 +0000 Subject: - Mark BROKEN for sparc64 Submitted by: pointyhat via kris --- math/tomsfastmath/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'math/tomsfastmath') diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index ed758d031d2f..bb7e2c41e544 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -25,7 +25,10 @@ ALL_TARGET= default PLIST_FILES= include/tfm.h lib/libtfm.a -NOT_FOR_ARCHS= ia64 -NOT_FOR_ARCHS_REASON_ia64= fails to compile +.include -.include +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64 or sparc64 +.endif + +.include -- cgit v1.2.3