diff options
author | kris <kris@FreeBSD.org> | 2006-09-18 04:08:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-18 04:08:47 +0800 |
commit | 609dfaac82501bbb57c6c75021491b0e756ca6c2 (patch) | |
tree | 9d0b3b6f089eabc6e3f60178c744cd30eedc319a /math | |
parent | 009046baeb748854bdd6fd4a619dc8da954a30ec (diff) | |
download | freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.gz freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.zst freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.zip |
Now builds on sparc64
Diffstat (limited to 'math')
-rw-r--r-- | math/tomsfastmath/Makefile | 2 |
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> |