diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-06-11 15:09:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-06-11 15:09:45 +0000 |
commit | 8cbf48bd4b10e39f4f96a5a77120e40e99de8d26 (patch) | |
tree | 50f448e0fb0b8504eebaae343d466dcd9e4dd1be /math/mpc/files | |
parent | Update to 3.0.0 release. (diff) |
Chase mpfr library and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=256398
Diffstat (limited to 'math/mpc/files')
-rw-r--r-- | math/mpc/files/patch-src_acos.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/mpc/files/patch-src_acos.c b/math/mpc/files/patch-src_acos.c new file mode 100644 index 000000000000..15ffa52b44e8 --- /dev/null +++ b/math/mpc/files/patch-src_acos.c @@ -0,0 +1,11 @@ +--- src/acos.c.orig 2010-06-11 16:14:09.000000000 +0200 ++++ src/acos.c 2010-06-11 16:14:30.000000000 +0200 +@@ -189,7 +189,7 @@ + rnd_im = rnd_im == GMP_RNDU ? GMP_RNDD + : rnd_im == GMP_RNDD ? GMP_RNDU + #if MPFR_VERSION_MAJOR >= 3 +- : rnd_im == GMP_RNDA ? GMP_RNDZ ++ : rnd_im == MPFR_RNDA ? MPFR_RNDZ + #endif + : rnd_im; + rnd1 = RNDC(GMP_RNDN, rnd_im); |