aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-29 16:22:12 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-29 16:22:12 +0200
commite68181e67a3f98199cedd93efc90250f2d2a5e5b (patch)
treeb6794910a89b199d91d8d8b3128540130180806c
parentFix compilation with glibc-2.28, bug 681904. (diff)
downloademacs-patches-e68181e67a3f98199cedd93efc90250f2d2a5e5b.tar.gz
emacs-patches-e68181e67a3f98199cedd93efc90250f2d2a5e5b.tar.bz2
emacs-patches-e68181e67a3f98199cedd93efc90250f2d2a5e5b.zip
Don't use UTF-8 in patches for Emacs 18.
-rw-r--r--emacs/18.59/14_all_sigsys.patch2
-rw-r--r--emacs/18.59/15_all_libxcb.patch4
-rw-r--r--emacs/18.59/16_all_glibc-2.28.patch2
3 files changed, 4 insertions, 4 deletions
diff --git a/emacs/18.59/14_all_sigsys.patch b/emacs/18.59/14_all_sigsys.patch
index 049cd76..71c04e0 100644
--- a/emacs/18.59/14_all_sigsys.patch
+++ b/emacs/18.59/14_all_sigsys.patch
@@ -3,7 +3,7 @@ https://bugs.gentoo.org/639562
--- emacs-18.59-orig/src/ChangeLog
+++ emacs-18.59/src/ChangeLog
@@ -1,3 +1,8 @@
-+2017-12-07 Ulrich Müller <ulm@gentoo.org>
++2017-12-07 Ulrich Mueller <ulm@gentoo.org>
+
+ * s-linux.h (SIGSYS): Don't redefine. Fixes compilation with
+ glibc-2.26 headers.
diff --git a/emacs/18.59/15_all_libxcb.patch b/emacs/18.59/15_all_libxcb.patch
index 474af7c..6141640 100644
--- a/emacs/18.59/15_all_libxcb.patch
+++ b/emacs/18.59/15_all_libxcb.patch
@@ -10,12 +10,12 @@ Date: Sat Feb 28 10:46:25 2015 +0900
--- emacs-18.59-orig/src/ChangeLog
+++ emacs-18.59/src/ChangeLog
@@ -1,3 +1,8 @@
-+2018-07-01 Ulrich Müller <ulm@gentoo.org>
++2018-07-01 Ulrich Mueller <ulm@gentoo.org>
+
+ * x11term.c (x_init_1): Save the O_NONBLOCK bit, so that it won't
+ be lost by unrequest_sigio(). Patch from Tsugutomo Enami.
+
- 2017-12-07 Ulrich Müller <ulm@gentoo.org>
+ 2017-12-07 Ulrich Mueller <ulm@gentoo.org>
* s-linux.h (SIGSYS): Don't redefine. Fixes compilation with
--- emacs-18.59-orig/src/x11term.c
diff --git a/emacs/18.59/16_all_glibc-2.28.patch b/emacs/18.59/16_all_glibc-2.28.patch
index 295188d..bf8c62a 100644
--- a/emacs/18.59/16_all_glibc-2.28.patch
+++ b/emacs/18.59/16_all_glibc-2.28.patch
@@ -10,7 +10,7 @@ https://bugs.gentoo.org/681904
+ C libio names. This was wrong since a long time, but finally broke
+ when glibc-2.28 dropped libio.h.
+
- 2018-07-01 Ulrich Müller <ulm@gentoo.org>
+ 2018-07-01 Ulrich Mueller <ulm@gentoo.org>
* x11term.c (x_init_1): Save the O_NONBLOCK bit, so that it won't
--- emacs-18.59-orig/src/s-linux.h