summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-01-24 00:41:09 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-01-24 00:41:09 +0000
commit63a758fef165681df6c057a4bec6f17dcfd4ed94 (patch)
tree53ba668c28b0d21e20a0b66e55d5c4b73665fc51 /media-libs/mesa-glu
parentupdated to latest version, added gnome to deps if gnome is in USE, fixed #267 (diff)
downloadhistorical-63a758fef165681df6c057a4bec6f17dcfd4ed94.tar.gz
historical-63a758fef165681df6c057a4bec6f17dcfd4ed94.tar.bz2
historical-63a758fef165681df6c057a4bec6f17dcfd4ed94.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.ebuild4
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/*
}