diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-12-09 22:47:43 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-12-09 22:47:43 +0000 |
commit | b804fe93168d5abe36baa4a6547562883f201860 (patch) | |
tree | e4182af66826fa32c8ec19e596dcafa1e95fb5dc /science/cdo | |
parent | Upgrade to version 9.3.3, the latest from ISC. This is (diff) |
Fix build on ia64 and sparc64.
PR: ports/106303
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/files/patch-src-cdo.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/cdo/files/patch-src-cdo.c b/science/cdo/files/patch-src-cdo.c new file mode 100644 index 000000000000..c488e335a891 --- /dev/null +++ b/science/cdo/files/patch-src-cdo.c @@ -0,0 +1,11 @@ +--- src/cdo.c.orig Tue Sep 12 14:50:14 2006 ++++ src/cdo.c Mon Dec 4 17:38:55 2006 +@@ -663,7 +663,7 @@ + fprintf(stderr, "FLT_EVAL_METHOD = %d\n", FLT_EVAL_METHOD); + #endif + #if defined (FP_FAST_FMA) +- fprintf(stderr, "FP_FAST_FMA = %d\n", FP_FAST_FMA); ++ fprintf(stderr, "FP_FAST_FMA = defined\n"); + #endif + fprintf(stderr, "\n"); + |