Parent Directory
|
Revision Log
* Wed Oct 28 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.6.0.2-8 - fix FTBFS with current GSL (GSL_CONST_CGSM_GAUSS undefined, patch from Debian)
| 1 | diff --git a/src/constants.h b/src/constants.h |
| 2 | index 77d76bf..1bada49 100644 |
| 3 | --- a/src/constants.h |
| 4 | +++ b/src/constants.h |
| 5 | @@ -17,6 +17,10 @@ |
| 6 | #endif |
| 7 | #endif |
| 8 | |
| 9 | +#ifndef GSL_CONST_CGSM_GAUSS |
| 10 | +#define GSL_CONST_CGSM_GAUSS (1e0) /* g / abamp s^2 */ |
| 11 | +#endif |
| 12 | + |
| 13 | #ifdef HAVE_R |
| 14 | #include <R.h> |
| 15 | #include <Rmath.h> |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |