diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-23 22:30:18 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-23 22:30:18 +0000 |
commit | b0c55b07ca7363a20e3d729e52e7c84888a9ef85 (patch) | |
tree | 61ba0f787c787d55be68033880bdee6648e92208 /math/femlab/files/patch-fsource_y.tab.c | |
parent | remove 2 unneeded patches that didn't get removed (diff) |
* Unbreak build of FORTRAN parts.
PR: 40928
Submitted by: Amar Takhar <verm@drunkmonk.net>
* Fix build on -CURRENT.
Notes
Notes:
svn path=/head/; revision=63460
Diffstat (limited to 'math/femlab/files/patch-fsource_y.tab.c')
-rw-r--r-- | math/femlab/files/patch-fsource_y.tab.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/femlab/files/patch-fsource_y.tab.c b/math/femlab/files/patch-fsource_y.tab.c new file mode 100644 index 000000000000..9d34ab611752 --- /dev/null +++ b/math/femlab/files/patch-fsource_y.tab.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- fsource/y.tab.c.orig Wed Jul 24 00:14:46 2002 ++++ fsource/y.tab.c Wed Jul 24 00:14:56 2002 +@@ -38,7 +38,7 @@ + #include <memory.h> + #endif + +-#include <values.h> ++#include <float.h> + + #ifdef __cplusplus + |