aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-12-14 01:52:09 +0800
committermiwi <miwi@FreeBSD.org>2006-12-14 01:52:09 +0800
commite3a125a22fe3f089767fd3fc30fc08939663f7af (patch)
treea884c5a74b0a27815fc24411fedefc0225e67322 /math
parent8e2afebdd389b5823fa54cf66858c905e8838c7b (diff)
downloadfreebsd-ports-gnome-e3a125a22fe3f089767fd3fc30fc08939663f7af.tar.gz
freebsd-ports-gnome-e3a125a22fe3f089767fd3fc30fc08939663f7af.tar.zst
freebsd-ports-gnome-e3a125a22fe3f089767fd3fc30fc08939663f7af.zip
- Mark BROKEN for sparc64
Submitted by: pointyhat via kris
Diffstat (limited to 'math')
-rw-r--r--math/tomsfastmath/Makefile9
1 files changed, 6 insertions, 3 deletions
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 <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64 or sparc64
+.endif
+
+.include <bsd.port.post.mk>