diff options
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild b/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild index 168b39e8..b351099a 100644 --- a/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-14.12-r3.ebuild @@ -167,6 +167,11 @@ src_prepare() { # Linux 3.19 support epatch "${FILESDIR}/${P}-linux-3.19.patch" + # Linux 4.0 support + if kernel_is ge 4 0; then + epatch "${FILESDIR}/${PN}-linux-4.0.patch" + fi + cd "${MODULE_DIR}" # bugged fglrx build system, this file should be copied by hand cp ${ARCH_DIR}/lib/modules/fglrx/build_mod/libfglrx_ip.a 2.6.x |