Created attachment 211729 [details] patch sys/types.h is necessary for uint: fparser/fparser.cc:3006:55: error: 'uint' was not declared in this scope; did you mean 'rint'? 3006 | void FunctionParserBase<Value_t>::AllocateStackMemory(uint nbStack) | ^~~~ | rint
Committed, thanks!
A commit references this bug: Author: thierry Date: Sun Feb 23 19:53:46 UTC 2020 New revision: 526940 URL: https://svnweb.freebsd.org/changeset/ports/526940 Log: Fix build on GCC architectures. sys/types.h is necessary for uint: fparser/fparser.cc:3006:55: error: 'uint' was not declared in this scope; did you mean 'rint'? PR: 244201 Submitted by: pkubaj Changes: head/math/mathmod/files/patch-fparser_fparser.cc