diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-02-20 08:19:12 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-02-20 08:19:12 +0800 |
commit | 32e4956f0bfc1d282ebc10a90c1be46811d4a75b (patch) | |
tree | 9f2603d851591abd974922aa3a8fec4a1e6336d1 /math | |
parent | 2a89d7c0885fae70adf3112e285bc6352bbcd3e1 (diff) | |
download | freebsd-ports-gnome-32e4956f0bfc1d282ebc10a90c1be46811d4a75b.tar.gz freebsd-ports-gnome-32e4956f0bfc1d282ebc10a90c1be46811d4a75b.tar.zst freebsd-ports-gnome-32e4956f0bfc1d282ebc10a90c1be46811d4a75b.zip |
Attempt to fix the INDEX build breakage which occurred due to
nano silently mangling newline characters.
With hat: pointy
Diffstat (limited to 'math')
-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> |