]> git.pld-linux.org Git - packages/pango.git/blob - pango-x32.patch
- added x32 patch, release 2
[packages/pango.git] / pango-x32.patch
1 --- pango-1.50.0/pango/pango-item-private.h.orig        2021-12-03 03:03:01.231547600 +0100
2 +++ pango-1.50.0/pango/pango-item-private.h     2021-12-03 20:03:59.599824571 +0100
3 @@ -40,7 +40,7 @@ G_BEGIN_DECLS
4  
5  typedef struct _PangoItemPrivate PangoItemPrivate;
6  
7 -#ifdef __x86_64__
8 +#if defined(__x86_64__) && defined(__LP64__)
9  
10  struct _PangoItemPrivate
11  {
This page took 0.068559 seconds and 3 git commands to generate.