diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2006-02-20 00:19:12 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2006-02-20 00:19:12 +0000 |
commit | 09c7a4a29ed7f313840646fc459425b37dc25cc4 (patch) | |
tree | 1203060d313d7dcf301e168a91134fdf6895d507 /math/tomsfastmath | |
parent | Mark math/libtommath, math/tomsfastmath, and security/libtomcrypt as (diff) |
Attempt to fix the INDEX build breakage which occurred due to
nano silently mangling newline characters.
With hat: pointy
Notes
Notes:
svn path=/head/; revision=156429
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r-- | math/tomsfastmath/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index cf0d8c8e308e..87d56a61ce6c 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -31,7 +31,6 @@ BROKEN= Does not build on sparc64 .endif post-patch: - @${REINPLACE_CMD} -e 's| -||' ${WRKSRC}/fp_montgomery_reduce.c + @${REINPLACE_CMD} -e 's|
||' ${WRKSRC}/fp_montgomery_reduce.c .include <bsd.port.post.mk> |