aboutsummaryrefslogtreecommitdiff
path: root/math/tomsfastmath
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-17 20:08:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-17 20:08:47 +0000
commit33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (patch)
treea9a385d1f8fd2b11911d2cd0d573aac02fcb8c83 /math/tomsfastmath
parent7425e4811081e6fca4c3c40a7b86ab317b0f0425 (diff)
downloadports-33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6.tar.gz
ports-33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6.zip
Now builds on sparc64
Notes
Notes: svn path=/head/; revision=173262
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r--math/tomsfastmath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile
index 0aa94c9ce60e..7b42411d2b40 100644
--- a/math/tomsfastmath/Makefile
+++ b/math/tomsfastmath/Makefile
@@ -23,7 +23,7 @@ ALL_TARGET= default
PLIST_FILES= include/tfm.h lib/libtfm.a
-NOT_FOR_ARCHS= ia64 sparc64
+NOT_FOR_ARCHS= ia64
NOT_FOR_ARCHS_REASON_ia64= fails to compile
.include <bsd.port.mk>