diff options
Diffstat (limited to 'math/fparser/files/patch-fparser.config')
-rw-r--r-- | math/fparser/files/patch-fparser.config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/fparser/files/patch-fparser.config b/math/fparser/files/patch-fparser.config new file mode 100644 index 000000000000..9e992220607e --- /dev/null +++ b/math/fparser/files/patch-fparser.config @@ -0,0 +1,12 @@ +- same as https://src.fedoraproject.org/rpms/fparser/blob/f26/f/fparser.config.patch + +diff -urN fpconfig.hh fpconfig.hh +--- fpconfig.hh 2012-11-11 09:25:15.000000000 +0100 ++++ fpconfig.hh 2014-06-07 16:53:15.512151116 +0200 +@@ -84,5 +84,5 @@ + The second version requires that the compiler supports the alloca() function, + which is not standard, but is faster. + */ +-//#define FP_USE_THREAD_SAFE_EVAL ++#define FP_USE_THREAD_SAFE_EVAL + //#define FP_USE_THREAD_SAFE_EVAL_WITH_ALLOCA |