Fix build on ia64 and sparc64.
PR: ports/106303 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
This commit is contained in:
parent
4dc8dde88e
commit
b804fe9316
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179340
1 changed files with 11 additions and 0 deletions
11
science/cdo/files/patch-src-cdo.c
Normal file
11
science/cdo/files/patch-src-cdo.c
Normal file
|
@ -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");
|
||||
|
Loading…
Reference in a new issue