]> git.pld-linux.org Git - packages/tora.git/blob - tora-gcc.patch
- fix building with qscintilla 2.11
[packages/tora.git] / tora-gcc.patch
1 --- tora-2.1.2/config/m4/oracle.m4~     2009-10-23 18:19:57.000000000 +0200
2 +++ tora-2.1.2/config/m4/oracle.m4      2010-09-11 01:11:18.232423513 +0200
3 @@ -212,6 +212,7 @@
4  #include <oci.h>
5  #include <iostream>
6  #include <fstream>
7 +#include <cstdlib>
8  using namespace std;
9  
10  int main(int c, char **v) {
11 --- tora-2.1.3/src/toplsqltext.cpp~     2010-07-27 19:10:39.000000000 +0200
12 +++ tora-2.1.3/src/toplsqltext.cpp      2019-09-21 14:27:23.043097560 +0200
13 @@ -77,7 +77,7 @@
14      { "LOOP", "Loop", NULL, false, false},
15      { "WHILE", "Loop", NULL, false, false},
16      { "FOR", "Loop", NULL, false, false},
17 -    { NULL, NULL, false, false}
18 +    { NULL, NULL, NULL, false, false}
19  };
20  
21  
This page took 0.049523 seconds and 3 git commands to generate.