aboutsummaryrefslogtreecommitdiff
path: root/math/tomsfastmath
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-13 17:52:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-13 17:52:09 +0000
commitba1dfecac5f63bd91850af09fd40681da5e5a933 (patch)
tree478ce002763ceea330d170a50217fe2eaab6da25 /math/tomsfastmath
parentdf532fa8ab38cebcfad1609cb3e6c4f670749a53 (diff)
downloadports-ba1dfecac5f63bd91850af09fd40681da5e5a933.tar.gz
ports-ba1dfecac5f63bd91850af09fd40681da5e5a933.zip
Notes
Diffstat (limited to 'math/tomsfastmath')
-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>