From 32e4956f0bfc1d282ebc10a90c1be46811d4a75b Mon Sep 17 00:00:00 2001 From: cperciva Date: Mon, 20 Feb 2006 00:19:12 +0000 Subject: Attempt to fix the INDEX build breakage which occurred due to nano silently mangling newline characters. With hat: pointy --- math/tomsfastmath/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit