Gentoo Archives: gentoo-commits

From: Emil Karlson <jekarlson@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/
Date: Mon, 20 May 2013 21:29:23
Message-Id: 1369085279.a9e18af0f3e4fe0230352cc35721bebbcfae2d1f.emil_karlson@gentoo
1 commit: a9e18af0f3e4fe0230352cc35721bebbcfae2d1f
2 Author: Emil Karlson <jekarlson <AT> gmail <DOT> com>
3 AuthorDate: Mon May 20 21:27:59 2013 +0000
4 Commit: Emil Karlson <jekarlson <AT> gmail <DOT> com>
5 CommitDate: Mon May 20 21:27:59 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=a9e18af0
7
8 x11-drivers/ati-drivers add compile fixes for legacy branch
9
10 ---
11 .../ati-drivers/ati-drivers-13.1_pre897.ebuild | 5 +++++
12 1 files changed, 5 insertions(+), 0 deletions(-)
13
14 diff --git a/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild
15 index e8fff14..542a10f 100644
16 --- a/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild
17 +++ b/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild
18 @@ -292,6 +292,11 @@ src_prepare() {
19 # Compile fix, https://bugs.gentoo.org/show_bug.cgi?id=454870
20 use pax_kernel && epatch "${FILESDIR}/const-notifier-block.patch"
21
22 + # Compile fix for kernel typesafe uid types #469160
23 + epatch "${FILESDIR}/linux-3.9-kuid.diff"
24 +
25 + epatch "${FILESDIR}/linux-3.10-proc.diff"
26 +
27 cd "${MODULE_DIR}"
28
29 # bugged fglrx build system, this file should be copied by hand