diff options
Diffstat (limited to 'academic/bpp-core/gcc11.patch')
-rw-r--r-- | academic/bpp-core/gcc11.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/academic/bpp-core/gcc11.patch b/academic/bpp-core/gcc11.patch new file mode 100644 index 0000000000..d4db303a25 --- /dev/null +++ b/academic/bpp-core/gcc11.patch @@ -0,0 +1,13 @@ +Description: Including limits lib to fix gcc-11 FTBFS +Author: Nilesh Patra <nilesh@debian.org> +Last-Update: 2021-04-15 +--- a/src/Bpp/Graph/GlobalGraph.cpp ++++ b/src/Bpp/Graph/GlobalGraph.cpp +@@ -42,6 +42,7 @@ + #include <sstream> + #include <string> + #include <vector> ++#include <limits> + + #include "../Exceptions.h" + #include "../Text/TextTools.h" |