aboutsummaryrefslogtreecommitdiffstats
path: root/math/tomsfastmath
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-01 14:04:30 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-01 14:04:30 +0800
commite22f3d8766720c0a03906db70e7bed70d9a86d58 (patch)
treecaa63140e70760c0543c267faa16a5b126f81ed5 /math/tomsfastmath
parent25baaee4881928cf56b82826b9803b3041d122a8 (diff)
downloadfreebsd-ports-graphics-e22f3d8766720c0a03906db70e7bed70d9a86d58.tar.gz
freebsd-ports-graphics-e22f3d8766720c0a03906db70e7bed70d9a86d58.tar.zst
freebsd-ports-graphics-e22f3d8766720c0a03906db70e7bed70d9a86d58.zip
Mark as not for ia64 due to compilation failure.
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r--math/tomsfastmath/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile
index 52d2f83b3f5..eaa136fb064 100644
--- a/math/tomsfastmath/Makefile
+++ b/math/tomsfastmath/Makefile
@@ -23,6 +23,7 @@ ALL_TARGET= default
PLIST_FILES= include/tfm.h lib/libtfm.a
-NOT_FOR_ARCHS= sparc64
+NOT_FOR_ARCHS= ia64 sparc64
+NOT_FOR_ARCHS_REASON_ia64= fails to compile
.include <bsd.port.mk>