diff options
author | 2007-02-10 00:51:57 +0000 | |
---|---|---|
committer | 2007-02-10 00:51:57 +0000 | |
commit | 0f3167f88c25a082420da6a81944480f46d5cc1e (patch) | |
tree | c3635ed3979396acc86886a6749d001a9f3f0370 /x11-drivers | |
parent | Fix up 'unable to attach hardware' problem, bug 165477. (diff) | |
download | gentoo-2-0f3167f88c25a082420da6a81944480f46d5cc1e.tar.gz gentoo-2-0f3167f88c25a082420da6a81944480f46d5cc1e.tar.bz2 gentoo-2-0f3167f88c25a082420da6a81944480f46d5cc1e.zip |
Fix lack of glx extension.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.33.6-r2.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog index 993da110b063..eb11c9a18ef4 100644 --- a/x11-drivers/ati-drivers/ChangeLog +++ b/x11-drivers/ati-drivers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/ati-drivers # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.62 2007/02/10 00:01:13 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.63 2007/02/10 00:51:57 marienz Exp $ + + 10 Feb 2007; Marien Zwart <marienz@gentoo.org> + ati-drivers-8.33.6-r2.ebuild: + Fix lack of glx extension. *ati-drivers-8.33.6-r2 (10 Feb 2007) diff --git a/x11-drivers/ati-drivers/ati-drivers-8.33.6-r2.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.33.6-r2.ebuild index 5c6e71538b60..27cd1d4f5de2 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.33.6-r2.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.33.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.33.6-r2.ebuild,v 1.1 2007/02/10 00:01:13 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.33.6-r2.ebuild,v 1.2 2007/02/10 00:51:57 marienz Exp $ IUSE="acpi doc opengl qt3" @@ -346,9 +346,9 @@ src_install-libs() { dosym libGL.so.1.2 ${ATI_ROOT}/lib/libGL.so.1 dosym libGL.so.1.2 ${ATI_ROOT}/lib/libGL.so - # same as the xorg implementation - # commented out, does not seem to be necessary. --marienz - # dosym ../xorg-x11/extensions ${ATI_ROOT}/extensions + # Same as the xorg implementation (eselect opengl does not fall + # back to xorg-x11 if we omit this symlink, meaning no glx). + dosym ../xorg-x11/extensions ${ATI_ROOT}/extensions #Workaround if use opengl; then |