summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2006-02-20 00:19:12 +0000
committerColin Percival <cperciva@FreeBSD.org>2006-02-20 00:19:12 +0000
commit09c7a4a29ed7f313840646fc459425b37dc25cc4 (patch)
tree1203060d313d7dcf301e168a91134fdf6895d507 /math
parentMark 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')
-rw-r--r--math/tomsfastmath/Makefile3
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>