summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-08-04 09:26:38 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-08-04 09:26:38 +0000
commit8dbdb48fa9dc9a6c7951a940fd2fa91e89d2d545 (patch)
tree98ec751e6b3612a6857963e3ee672b7d400b120f /media-video/ati-drivers
parentMarked ~ppc. Closes bug #101114. (diff)
downloadgentoo-2-8dbdb48fa9dc9a6c7951a940fd2fa91e89d2d545.tar.gz
gentoo-2-8dbdb48fa9dc9a6c7951a940fd2fa91e89d2d545.tar.bz2
gentoo-2-8dbdb48fa9dc9a6c7951a940fd2fa91e89d2d545.zip
Minor fix
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-video/ati-drivers')
-rw-r--r--media-video/ati-drivers/ChangeLog5
-rw-r--r--media-video/ati-drivers/files/p1.patch13
2 files changed, 4 insertions, 14 deletions
diff --git a/media-video/ati-drivers/ChangeLog b/media-video/ati-drivers/ChangeLog
index 91722a6a1f3f..8c54b06d3d82 100644
--- a/media-video/ati-drivers/ChangeLog
+++ b/media-video/ati-drivers/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/ati-drivers
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.101 2005/08/03 23:04:42 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.102 2005/08/04 09:26:38 lu_zero Exp $
+
+ 04 Aug 2005; Luca Barbato <lu_zero@gentoo.org> files/p1.patch:
+ Fix a wrong patch, solves bug #101078
*ati-drivers-8.14.13-r3 (04 Aug 2005)
diff --git a/media-video/ati-drivers/files/p1.patch b/media-video/ati-drivers/files/p1.patch
index b291a3a7219c..0d25d6ba8cdf 100644
--- a/media-video/ati-drivers/files/p1.patch
+++ b/media-video/ati-drivers/files/p1.patch
@@ -5,19 +5,6 @@
--- or.c 2005-01-31 19:50:00.000000000 +0200
+++ agpgart_be.c 2005-03-02 22:19:25.000000000 +0200
-@@ -261,6 +261,12 @@
- #define firegl_pci_find_class(class,from) pci_find_class(class,from)
- #endif
-
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,11)
-+#define firegl_pci_find_class(class,from) pci_get_class(class,from)
-+#else
-+#define firegl_pci_find_class(class,from) pci_find_class(class,from)
-+#endif
-+
- int agp_backend_acquire(void)
- {
- if (agp_bridge.type == NOT_SUPPORTED) {
@@ -4075,6 +4081,13 @@
}
}