summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>