diff options
author | 2007-02-05 11:02:30 +0000 | |
---|---|---|
committer | 2007-02-05 11:02:30 +0000 | |
commit | 7c7078ea75b9ac8b6d8852bf9f923e1e240097d7 (patch) | |
tree | a4aac0cf8c47fc56e4b8db3577565f3334ed6939 /x11-drivers/ati-drivers/files | |
parent | some enhansements necessary for extracting gnat locations for libs that need ... (diff) | |
download | gentoo-2-7c7078ea75b9ac8b6d8852bf9f923e1e240097d7.tar.gz gentoo-2-7c7078ea75b9ac8b6d8852bf9f923e1e240097d7.tar.bz2 gentoo-2-7c7078ea75b9ac8b6d8852bf9f923e1e240097d7.zip |
Revision bump to 8.28.8 (last version that works with a couple of chipsets) to compile with older kernels thanks to a patch from alonbl@gentoo.org (bug #148424). Some minor cleanup and RESTRICT=stricter fixes.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'x11-drivers/ati-drivers/files')
-rw-r--r-- | x11-drivers/ati-drivers/files/ati-drivers-8.28.8-linux-2.6.18.patch | 15 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/files/digest-ati-drivers-8.28.8-r1 | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-drivers/ati-drivers/files/ati-drivers-8.28.8-linux-2.6.18.patch b/x11-drivers/ati-drivers/files/ati-drivers-8.28.8-linux-2.6.18.patch new file mode 100644 index 000000000000..d9dc58eb4370 --- /dev/null +++ b/x11-drivers/ati-drivers/files/ati-drivers-8.28.8-linux-2.6.18.patch @@ -0,0 +1,15 @@ +diff -urNp ati-driver-8.28.8.old/common/lib/modules/fglrx/build_mod/firegl_public.c ati-driver-8.28.8/common/lib/modules/fglrx/build_mod/firegl_public.c +--- ati-driver-8.28.8.old/common/lib/modules/fglrx/build_mod/firegl_public.c 2006-08-17 19:10:13.000000000 +0300 ++++ ati-driver-8.28.8/common/lib/modules/fglrx/build_mod/firegl_public.c 2006-09-21 10:47:02.000000000 +0300 +@@ -23,6 +23,11 @@ + + // ============================================================ + #include <linux/version.h> ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18) ++/* No longer valid */ ++#define VM_SHM 0 ++#include <linux/utsrelease.h> ++#endif + #ifdef MODVERSIONS + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71) + #include <linux/modversions.h> diff --git a/x11-drivers/ati-drivers/files/digest-ati-drivers-8.28.8-r1 b/x11-drivers/ati-drivers/files/digest-ati-drivers-8.28.8-r1 new file mode 100644 index 000000000000..efb57e52df1a --- /dev/null +++ b/x11-drivers/ati-drivers/files/digest-ati-drivers-8.28.8-r1 @@ -0,0 +1,3 @@ +MD5 58189d7cc3625e399b1a434df893100f ati-driver-installer-8.28.8.run 53989404 +RMD160 0ea23d37c0e203fc8acc5bd7e100bdf78c05745f ati-driver-installer-8.28.8.run 53989404 +SHA256 5eaeab1b906a0b8a30f88ab733390ecbc3ebeaa0c04c0368b757b99c31919e77 ati-driver-installer-8.28.8.run 53989404 |