diff options
Diffstat (limited to 'math/fparser/files/patch-fparser.includes')
-rw-r--r-- | math/fparser/files/patch-fparser.includes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/fparser/files/patch-fparser.includes b/math/fparser/files/patch-fparser.includes new file mode 100644 index 000000000000..7883bcc70b84 --- /dev/null +++ b/math/fparser/files/patch-fparser.includes @@ -0,0 +1,14 @@ +- same as https://src.fedoraproject.org/rpms/fparser/blob/f26/f/fparser.includes.patch + +diff -urN extrasrc/fptypes.hh extrasrc/fptypes.hh +--- extrasrc/fptypes.hh 2012-11-11 09:25:15.000000000 +0100 ++++ extrasrc/fptypes.hh 2014-04-16 18:54:52.813675207 +0200 +@@ -16,7 +16,7 @@ + #ifndef ONCE_FPARSER_TYPES_H_ + #define ONCE_FPARSER_TYPES_H_ + +-#include "../fpconfig.hh" ++#include "fpconfig.hh" + #include <cstring> + + #ifdef ONCE_FPARSER_H_ |