diff options
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 cf0d8c8e308..87d56a61ce6 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> |