]> TLD Linux GIT Repositories - packages/poldek.git/blob - poldek-no_local_stdint.patch
- release 4
[packages/poldek.git] / poldek-no_local_stdint.patch
1 diff -ur poldek-0.32.2.orig/python/poldekmod.i poldek-0.32.2/python/poldekmod.i
2 --- poldek-0.32.2.orig/python/poldekmod.i       2016-01-30 14:05:57.000000000 +0000
3 +++ poldek-0.32.2/python/poldekmod.i    2017-03-31 06:38:56.158927742 +0000
4 @@ -1,7 +1,6 @@
5  %module poldekmod
6  
7  %{
8 -#include "local_stdint.h"
9  #include "poldek.h"
10  #include "trurl/narray.h"
11  #include "trurl/nhash.h"
12 @@ -33,7 +32,6 @@
13  %}
14  
15  %include exception.i
16 -%include "local_stdint.h"
17  %include "trurl/narray.h"
18  %include "capreq.h"
19  %include "pkg.h"
20 diff -ur poldek-0.32.2.orig/python/wrap_poldekmod.c poldek-0.32.2/python/wrap_poldekmod.c
21 --- poldek-0.32.2.orig/python/wrap_poldekmod.c  2016-07-18 18:00:08.000000000 +0000
22 +++ poldek-0.32.2/python/wrap_poldekmod.c       2017-03-31 06:39:00.925928082 +0000
23 @@ -3065,7 +3065,6 @@
24  #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) 
25  
26  
27 -#include "local_stdint.h"
28  #include "poldek.h"
29  #include "trurl/narray.h"
30  #include "trurl/nhash.h"