annotate src/pango-1-fixes.patch @ 5947:09d3533acacf

* src/build-cmake.mk, src/cmake.mk: update v3.21.4
author John Donoghue <john.donoghue@ieee.org>
date Thu, 11 Nov 2021 09:49:11 -0500
parents 1eb6d89a65fa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4940
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
1 diff -ur pango-1.40.3.orig/pango/Makefile.am pango-1.40.3/pango/Makefile.am
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
2 --- pango-1.40.3.orig/pango/Makefile.am 2019-01-25 08:50:50.848933403 -0500
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
3 +++ pango-1.40.3/pango/Makefile.am 2019-01-25 08:52:32.440937173 -0500
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
4 @@ -389,7 +389,7 @@
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
5 libpangowin32_1_0_la_LIBADD = \
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
6 libpango-$(PANGO_API_VERSION).la \
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
7 $(GLIB_LIBS) \
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
8 - -lgdi32 -lusp10
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
9 + -lusp10 -lgdi32
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
10 libpangowin32_1_0_la_DEPENDENCIES = \
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
11 libpango-$(PANGO_API_VERSION).la
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
12 libpangowin32_1_0_la_SOURCES = \
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
13 diff -ur pango-1.40.3.orig/pango/Makefile.in pango-1.40.3/pango/Makefile.in
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
14 --- pango-1.40.3.orig/pango/Makefile.in 2019-01-25 08:50:50.852933403 -0500
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
15 +++ pango-1.40.3/pango/Makefile.in 2019-01-25 08:55:59.660944864 -0500
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
16 @@ -867,7 +867,7 @@
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
17 libpangowin32_1_0_la_LIBADD = \
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
18 libpango-$(PANGO_API_VERSION).la \
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
19 $(GLIB_LIBS) \
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
20 - -lgdi32 -lusp10
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
21 + -lusp10 -lgdi32
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
22
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
23 libpangowin32_1_0_la_DEPENDENCIES = libpango-$(PANGO_API_VERSION).la \
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
24 $(am__append_33)
4936
c5a9f812a9c0 Pango libs should link with usp10 before gdi32 (Bug #55528)
John Donoghue
parents:
diff changeset
25 diff -ur pango-1.40.3.orig/pangowin32.pc.in pango-1.40.3/pangowin32.pc.in
4940
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
26 --- pango-1.40.3.orig/pangowin32.pc.in 2019-01-25 08:50:50.848933403 -0500
1eb6d89a65fa * src/pango-1-fixes.patch: update pango patch
John D
parents: 4936
diff changeset
27 +++ pango-1.40.3/pangowin32.pc.in 2019-01-25 08:51:20.696934510 -0500
4936
c5a9f812a9c0 Pango libs should link with usp10 before gdi32 (Bug #55528)
John Donoghue
parents:
diff changeset
28 @@ -8,5 +8,5 @@
c5a9f812a9c0 Pango libs should link with usp10 before gdi32 (Bug #55528)
John Donoghue
parents:
diff changeset
29 Version: @VERSION@
c5a9f812a9c0 Pango libs should link with usp10 before gdi32 (Bug #55528)
John Donoghue
parents:
diff changeset
30 Requires: pango
c5a9f812a9c0 Pango libs should link with usp10 before gdi32 (Bug #55528)
John Donoghue
parents:
diff changeset
31 Libs: -L${libdir} -lpangowin32-@PANGO_API_VERSION@
c5a9f812a9c0 Pango libs should link with usp10 before gdi32 (Bug #55528)
John Donoghue
parents:
diff changeset
32 -Libs.private: -lgdi32 -lusp10
c5a9f812a9c0 Pango libs should link with usp10 before gdi32 (Bug #55528)
John Donoghue
parents:
diff changeset
33 +Libs.private: -lusp10 -lgdi32
c5a9f812a9c0 Pango libs should link with usp10 before gdi32 (Bug #55528)
John Donoghue
parents:
diff changeset
34 Cflags: -I${includedir}/pango-1.0