summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2006-02-23 21:08:51 +0000
committerJory Pratt <anarchy@gentoo.org>2006-02-23 21:08:51 +0000
commitf7cc38efe155da919759da7e46e035e37bf540a0 (patch)
tree1ea93549cd3bf5697bbcfdea9622576d56386ee1 /x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild
parentMarked ~alpha (bug #122726) (diff)
downloadgentoo-2-f7cc38efe155da919759da7e46e035e37bf540a0.tar.gz
gentoo-2-f7cc38efe155da919759da7e46e035e37bf540a0.tar.bz2
gentoo-2-f7cc38efe155da919759da7e46e035e37bf540a0.zip
intermodule fix for kernel 2.6.16 wrt bug #123643
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild')
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild
index 875088c87f3e..a58131822583 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild,v 1.2 2006/02/22 09:57:27 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild,v 1.3 2006/02/23 21:08:51 anarchy Exp $
IUSE="opengl"
@@ -120,6 +120,11 @@ src_unpack() {
rm -rf ${ARCH_DIR}/usr/X11R6/bin/{fgl_glxgears,fireglcontrolpanel}
cd ${WORKDIR}/common/lib/modules/fglrx/build_mod
+
+ # remove intermodule calls for 2.6.16
+ if kernel_is 2 6 16; then
+ epatch ${FILESDIR}/${P}-intermodule.patch
+ fi
}