summaryrefslogtreecommitdiff
path: root/math/fparser/files/patch-fparser.includes
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-08-18 17:25:06 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2021-08-18 18:25:37 -0700
commit2eb1585ce461adff906fe6263cfe2aaa345bc54c (patch)
tree71f1ae910a89b5e622a5dee3a0d55f6c2641f737 /math/fparser/files/patch-fparser.includes
parentmultimedia/kooha: update to 1.2.1.624 (diff)
math/fparser: New port: Function parser for C++
Diffstat (limited to 'math/fparser/files/patch-fparser.includes')
-rw-r--r--math/fparser/files/patch-fparser.includes14
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_