From f1bc537f089cc8477a9a18db597cb349e1b00e91 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 16 Jun 2018 05:02:38 +0100 Subject: gentoo resync : 16.06.2018 --- .../files/intel-gpu-tools-1.12-sysmacros.patch | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-sysmacros.patch (limited to 'x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-sysmacros.patch') diff --git a/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-sysmacros.patch b/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-sysmacros.patch deleted file mode 100644 index c805c120f552..000000000000 --- a/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-sysmacros.patch +++ /dev/null @@ -1,35 +0,0 @@ -https://bugs.gentoo.org/581080 - -From 3e8cc82d371b23303cd4f30e4bcc9c5ecb10ad11 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Tue, 21 Jun 2016 14:24:42 -0400 -Subject: [PATCH] pull in headers for major/minor/makedev funcs - -Use the portable autoconf helper to figure out which header to include -for these funcs. Linux C libs are moving to not implicitly include them -via sys/types.h anymore, and other OS's have long required you to pull -in the right header directly. - -Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96618 -Signed-off-by: Mike Frysinger ---- - configure.ac | 1 + - lib/igt_sysfs.c | 9 +++++++++ - tools/aubdump.c | 8 +++++++- - 3 files changed, 17 insertions(+), 1 deletion(-) - ---- a/tools/aubdump.c -+++ b/tools/aubdump.c -@@ -38,6 +38,9 @@ - #include - #include - #include -+#ifdef __linux__ -+#include -+#endif - #include - - #include "intel_aub.h" --- -2.8.2 - -- cgit v1.2.3