aboutsummaryrefslogtreecommitdiff
path: root/math/tomsfastmath
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-01 06:04:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-01 06:04:30 +0000
commit73ecc731926e01a4bf24a9bf44ba6b5603c28bd4 (patch)
tree74153cfd7badec2131ce808da29ab8a3feeea1a7 /math/tomsfastmath
parent8db209b9773196c820d8146c1b3e0bfe4eaf2502 (diff)
downloadports-73ecc731926e01a4bf24a9bf44ba6b5603c28bd4.tar.gz
ports-73ecc731926e01a4bf24a9bf44ba6b5603c28bd4.zip
Notes
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 52d2f83b3f5c..eaa136fb0643 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>