]> git.pld-linux.org Git - packages/crossmingw32-pango.git/commitdiff
- added x32 patch, release 2 auto/th/crossmingw32-pango-1.50.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Dec 2021 19:12:25 +0000 (20:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Dec 2021 19:12:25 +0000 (20:12 +0100)
crossmingw32-pango.spec
pango-x32.patch [new file with mode: 0644]

index 06baa040bbcd7e94a104a4def5cb074b62c15ea0..3b7768a911be8ed50e66d9ed51b60a9142c71971 100644 (file)
@@ -3,11 +3,12 @@ Summary(pl.UTF-8):    System renderowania międzynarodowego tekstu - wersja skrośn
 %define                realname   pango
 Name:          crossmingw32-%{realname}
 Version:       1.50.0
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       https://download.gnome.org/sources/pango/1.50/%{realname}-%{version}.tar.xz
 # Source0-md5: 726a7c7b6faf34006d2b5aa0dd8dc1d5
+Patch0:                pango-x32.patch
 URL:           https://pango.gnome.org/
 # cairo-ft cairo-pdf cairo-png cairo-ps cairo-win32
 BuildRequires: crossmingw32-cairo >= 1.12.10
@@ -103,6 +104,7 @@ Biblioteki DLL pango dla Windows.
 
 %prep
 %setup -q -n %{realname}-%{version}
+%patch0 -p1
 
 # disable unused gi-docgen subproject
 %{__sed} -i -e '/fallback:.*gi-docgen/d' meson.build
diff --git a/pango-x32.patch b/pango-x32.patch
new file mode 100644 (file)
index 0000000..a75be86
--- /dev/null
@@ -0,0 +1,11 @@
+--- pango-1.50.0/pango/pango-item-private.h.orig       2021-12-03 03:03:01.231547600 +0100
++++ pango-1.50.0/pango/pango-item-private.h    2021-12-03 20:03:59.599824571 +0100
+@@ -40,7 +40,7 @@ G_BEGIN_DECLS
+ typedef struct _PangoItemPrivate PangoItemPrivate;
+-#ifdef __x86_64__
++#if defined(__x86_64__) && defined(__LP64__)
+ struct _PangoItemPrivate
+ {
This page took 0.043714 seconds and 4 git commands to generate.