/[pkgs]/devel/LabPlot/LabPlot-1.6.0.2-define-missing-constant.patch
ViewVC logotype

Contents of /devel/LabPlot/LabPlot-1.6.0.2-define-missing-constant.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Wed Oct 28 10:57:56 2009 UTC (3 weeks, 6 days ago) by kkofler
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-patch
* 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