]> git.pld-linux.org Git - packages/liborcus.git/blob - liborcus-gcc11.patch
rebuild with python 3.10
[packages/liborcus.git] / liborcus-gcc11.patch
1 From 50506d534230d90de2b0a2af3fb072428c942a4e Mon Sep 17 00:00:00 2001
2 From: hedmo <hedmoo@yahoo.com>
3 Date: Fri, 8 Jan 2021 07:30:16 +0000
4 Subject: [PATCH] Update orcus_xlsx.cpp to build with gcc-11
5
6 ---
7  src/liborcus/orcus_xlsx.cpp | 1 +
8  1 file changed, 1 insertion(+)
9
10 diff --git a/src/liborcus/orcus_xlsx.cpp b/src/liborcus/orcus_xlsx.cpp
11 index 6df72a32..a59b2b9d 100644
12 --- a/src/liborcus/orcus_xlsx.cpp
13 +++ b/src/liborcus/orcus_xlsx.cpp
14 @@ -32,6 +32,7 @@
15  
16  #include <cstdlib>
17  #include <iostream>
18 +#include <limits>
19  #include <string>
20  #include <cstring>
21  #include <sstream>
22 -- 
23 GitLab
24
25 From 3bfa1a000e4639fe68781c584356ceea7c6b1a72 Mon Sep 17 00:00:00 2001
26 From: hedmo <hedmoo@yahoo.com>
27 Date: Fri, 8 Jan 2021 07:32:53 +0000
28 Subject: [PATCH] Update xls_xml_context.cpp to build with gcc-11
29
30 ---
31  src/liborcus/xls_xml_context.cpp | 1 +
32  1 file changed, 1 insertion(+)
33
34 diff --git a/src/liborcus/xls_xml_context.cpp b/src/liborcus/xls_xml_context.cpp
35 index 538f5607..ca3dc4d0 100644
36 --- a/src/liborcus/xls_xml_context.cpp
37 +++ b/src/liborcus/xls_xml_context.cpp
38 @@ -16,6 +16,7 @@
39  #include <mdds/sorted_string_map.hpp>
40  
41  #include <iostream>
42 +#include <limits>
43  
44  using namespace std;
45  namespace ss = orcus::spreadsheet;
46 -- 
47 GitLab
48
49 From 5e8fb255dc6bc9b7084a05b8dc24f31417542e5e Mon Sep 17 00:00:00 2001
50 From: hedmo <hedmoo@yahoo.com>
51 Date: Fri, 8 Jan 2021 07:34:17 +0000
52 Subject: [PATCH] Update xlsx_revision_context.cpp to build with gcc-11
53
54 ---
55  src/liborcus/xlsx_revision_context.cpp | 1 +
56  1 file changed, 1 insertion(+)
57
58 diff --git a/src/liborcus/xlsx_revision_context.cpp b/src/liborcus/xlsx_revision_context.cpp
59 index edfd9eed..0b6ec0af 100644
60 --- a/src/liborcus/xlsx_revision_context.cpp
61 +++ b/src/liborcus/xlsx_revision_context.cpp
62 @@ -16,6 +16,7 @@
63  #include "orcus/global.hpp"
64  
65  #include <iostream>
66 +#include <limits>
67  
68  using namespace std;
69  
70 -- 
71 GitLab
72
This page took 0.10245 seconds and 3 git commands to generate.