x11-base/xorg-server: restore still necessary part of sysmacros patch for 1.19.4
authorMart Raudsepp <leio@gentoo.org>
Wed, 11 Oct 2017 21:48:06 +0000 (00:48 +0300)
committerMart Raudsepp <leio@gentoo.org>
Wed, 11 Oct 2017 21:51:54 +0000 (00:51 +0300)
Closes: https://bugs.gentoo.org/633530
Package-Manager: Portage-2.3.8, Repoman-2.3.2

x11-base/xorg-server/files/xorg-server-1.19.4-sysmacros.patch [new file with mode: 0644]
x11-base/xorg-server/xorg-server-1.19.4.ebuild

diff --git a/x11-base/xorg-server/files/xorg-server-1.19.4-sysmacros.patch b/x11-base/xorg-server/files/xorg-server-1.19.4-sysmacros.patch
new file mode 100644 (file)
index 0000000..8a3cb76
--- /dev/null
@@ -0,0 +1,36 @@
+From 7d097c0c38ab82115a1e56489bfe09f9f01b24de Mon Sep 17 00:00:00 2001
+From: Mart Raudsepp <leio@gentoo.org>
+Date: Wed, 11 Oct 2017 16:11:49 +0300
+Subject: [PATCH] config/udev: Add sys/sysmacros.h include for major/minor
+ functions for new glibc
+
+Commits d732c36597fa and 84e3b96b5313 added the include to some files, but
+missed config/udev.c, where the major and minor functions are used as well.
+This should be Linux-only, so we don't need the sys/mkdev.h case here for
+Solaris.
+
+Signed-off-by: Mart Raudsepp <leio@gentoo.org>
+---
+https://bugs.gentoo.org/633530
+https://patchwork.freedesktop.org/patch/181800/
+
+ config/udev.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/config/udev.c b/config/udev.c
+index 932f230..b3b8d0f 100644
+--- a/config/udev.c
++++ b/config/udev.c
+@@ -30,6 +30,9 @@
+ #include <libudev.h>
+ #include <ctype.h>
+ #include <unistd.h>
++#ifdef HAVE_SYS_SYSMACROS_H
++#include <sys/sysmacros.h>
++#endif
+ #include "input.h"
+ #include "inputstr.h"
+-- 
+2.10.2
+
index bf4762405c48f1b4a3bad5995010e1c6050372b4..0a04c0610878ca1748103648e62b659444d0adc9 100644 (file)
@@ -144,6 +144,7 @@ PATCHES=(
        "${FILESDIR}"/${PN}-1.12-unloadsubmodule.patch
        # needed for new eselect-opengl, bug #541232
        "${FILESDIR}"/${PN}-1.18-support-multiple-Files-sections.patch
+       "${FILESDIR}"/${P}-sysmacros.patch #633530
 )
 
 pkg_pretend() {