diff options
Diffstat (limited to 'x11-base/opengl-update/files')
-rw-r--r-- | x11-base/opengl-update/files/digest-opengl-update-2.1_pre2 (renamed from x11-base/opengl-update/files/digest-opengl-update-2.1_pre1) | 0 | ||||
-rw-r--r-- | x11-base/opengl-update/files/opengl-update-2.1_pre2 (renamed from x11-base/opengl-update/files/opengl-update-2.1_pre1) | 7 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-base/opengl-update/files/digest-opengl-update-2.1_pre1 b/x11-base/opengl-update/files/digest-opengl-update-2.1_pre2 index 23c2e8979086..23c2e8979086 100644 --- a/x11-base/opengl-update/files/digest-opengl-update-2.1_pre1 +++ b/x11-base/opengl-update/files/digest-opengl-update-2.1_pre2 diff --git a/x11-base/opengl-update/files/opengl-update-2.1_pre1 b/x11-base/opengl-update/files/opengl-update-2.1_pre2 index 9071a75cf11d..a7bacf25bf83 100644 --- a/x11-base/opengl-update/files/opengl-update-2.1_pre1 +++ b/x11-base/opengl-update/files/opengl-update-2.1_pre2 @@ -1,10 +1,11 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.1_pre1,v 1.2 2005/01/25 01:43:47 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.1_pre2,v 1.1 2005/01/26 05:38:40 eradicator Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> # Further modifications by Donnie Berkholz <spyderous@gentoo.org> # Further modifications based off submissions to bug #54984 <cyfred@gentoo.org> +# Further modifications by Jeremy Huddleston <eradicator@gentoo.org> . /etc/init.d/functions.sh @@ -216,8 +217,6 @@ ebegin "Switching to ${GL_IMPLEM} OpenGL interface" ln -s ${file} fi done - - ln -s opengl/${GL_LOCAL}/lib/libGL.so libMesaGL.so popd if [ -e "/usr/${LIBDIR}/opengl/${GL_LOCAL}/lib/tls" ]; then @@ -254,7 +253,7 @@ ebegin "Switching to ${GL_IMPLEM} OpenGL interface" fi # Setup the includes - if [ -e "/usr/${LIBDIR}/opengl/${GL_LOCAL}/modules/includes" ]; then + if [ -e "/usr/${LIBDIR}/opengl/${GL_LOCAL}/include" ]; then for x in gl.h glx.h glxtokens.h glext.h; do if [ -e /usr/X11R6/include/GL/${x} ]; then rm -f /usr/X11R6/include/GL/${x} |