diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-09 15:20:59 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-09 15:20:59 +0000 |
commit | ffb8d81b53625cda02a124b571e3a35f3f1c9d9c (patch) | |
tree | 783958915dfd1530ae41c5df4b8daeeaf69cc04b /math/tomsfastmath | |
parent | a9f406eb03d79ef0774e869de1ffa9b667cb0408 (diff) | |
download | ports-ffb8d81b53625cda02a124b571e3a35f3f1c9d9c.tar.gz ports-ffb8d81b53625cda02a124b571e3a35f3f1c9d9c.zip |
Notes
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r-- | math/tomsfastmath/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 9d7f68ab5011..3041472c489f 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -22,7 +22,13 @@ USE_GMAKE= yes ALL_TARGET= default USE_REINPLACE= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not build on sparc64" +.endif + post-patch: @${REINPLACE_CMD} -e 's|
||' ${WRKSRC}/fp_montgomery_reduce.c -.include <bsd.port.mk> +.include <bsd.port.post.mk> |