-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1563 from hadfl/pango
pango: update to 1.55.5
- Loading branch information
Showing
11 changed files
with
85 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure | ||
--- a~/configure 1970-01-01 00:00:00 | ||
+++ a/configure 1970-01-01 00:00:00 | ||
@@ -14096,7 +14096,8 @@ rm -f core conftest.err conftest.$ac_obj | ||
else | ||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
/* end confdefs.h. */ | ||
-main () { | ||
+#include <stdlib.h> | ||
+int main () { | ||
diff -wpruN --no-dereference '--exclude=*.orig' a~/acinclude.m4 a/acinclude.m4 | ||
--- a~/acinclude.m4 1970-01-01 00:00:00 | ||
+++ a/acinclude.m4 1970-01-01 00:00:00 | ||
@@ -84,7 +84,8 @@ AC_DEFUN([GNUPG_CHECK_ENDIAN], | ||
not big endian | ||
#endif]])], gnupg_cv_c_endian=big, gnupg_cv_c_endian=little)]) | ||
if test "$gnupg_cv_c_endian" = unknown; then | ||
- AC_RUN_IFELSE([AC_LANG_SOURCE([[main () { | ||
+ AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdlib.h> | ||
+ int main (void) { | ||
/* Are we little or big endian? From Harbison&Steele. */ | ||
union | ||
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
diff -wpruN --no-dereference '--exclude=*.orig' a~/doc/Makefile.am a/doc/Makefile.am | ||
--- a~/doc/Makefile.am 1970-01-01 00:00:00 | ||
+++ a/doc/Makefile.am 1970-01-01 00:00:00 | ||
@@ -95,7 +95,7 @@ myhtmlman_pages = \ | ||
gpg-wks-server.1.html \ | ||
dirmngr-client.1.html gpg-card.1.html gpg-check-pattern.1.html | ||
|
||
-man_MANS = $(myman_pages) gnupg.7 gnupg.7.html | ||
+man_MANS = $(myman_pages) gnupg.7 | ||
|
||
watchgnupg_SOURCE = gnupg.texi | ||
|
||
@@ -103,7 +103,7 @@ watchgnupg_SOURCE = gnupg.texi | ||
CLEANFILES = yat2m mkdefsinc defs.inc | ||
|
||
DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \ | ||
- $(myman_pages) gnupg.7 gnupg.7.html $(myhtmlman_pages) | ||
+ $(myman_pages) gnupg.7 | ||
|
||
yat2m: yat2m.c | ||
$(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c | ||
@@ -152,7 +152,7 @@ yat2m-stamp: $(myman_sources) defs.inc | ||
|
||
yat2m-stamp: $(YAT2M) | ||
|
||
-$(myman_pages) $(myhtmlman_pages) gnupg.7 gnupg.7.html : yat2m-stamp defs.inc | ||
+$(myman_pages) gnupg.7 : yat2m-stamp defs.inc | ||
@if test -f $@; then :; else \ | ||
trap 'rm -rf yat2m-stamp yat2m-lock' 1 2 13 15; \ | ||
if mkdir yat2m-lock 2>/dev/null; then \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
thread_cputime.patch | ||
no-html-doc.patch | ||
gcc14.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
hb- | ||
fribidi | ||
harfbuzz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters