diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-01-24 00:41:09 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-01-24 00:41:09 +0000 |
commit | ee46b2f7bfdb22bffff2f3b9241cf0cfa1344416 (patch) | |
tree | 0c4a0accafa00676744779fff8466bcc19748430 /media-libs/mesa-glu | |
parent | updated to latest version, added gnome to deps if gnome is in USE, fixed #267 (diff) | |
download | gentoo-2-ee46b2f7bfdb22bffff2f3b9241cf0cfa1344416.tar.gz gentoo-2-ee46b2f7bfdb22bffff2f3b9241cf0cfa1344416.tar.bz2 gentoo-2-ee46b2f7bfdb22bffff2f3b9241cf0cfa1344416.zip |
fixed bad link from libGLU to libMesaGLU
Diffstat (limited to 'media-libs/mesa-glu')
-rw-r--r-- | media-libs/mesa-glu/mesa-glu-3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa-glu/mesa-glu-3.5.ebuild b/media-libs/mesa-glu/mesa-glu-3.5.ebuild index 5ef49072fd4d..aa2acab1926c 100644 --- a/media-libs/mesa-glu/mesa-glu-3.5.ebuild +++ b/media-libs/mesa-glu/mesa-glu-3.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa-glu/mesa-glu-3.5.ebuild,v 1.3 2002/01/13 21:33:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa-glu/mesa-glu-3.5.ebuild,v 1.4 2002/01/24 00:41:09 gbevin Exp $ S=${WORKDIR}/Mesa-${PV} DESCRIPTION="OpenGL like graphic library for Linux, this package only contains the glu and glut parts" @@ -46,7 +46,7 @@ src_install() { rm -f ../include/GL/gl.h rm -f ../include/GL/glx.h rm -f ../include/GL/osmesa.h - ln -s libGLU.so.1.1.* libMesaGLU.so.3 + ln -s libGLU.so.1.* libMesaGLU.so.3 cd ${S} dodoc docs/* } |