diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-21 08:22:29 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-21 08:22:29 +0000 |
commit | e3773dc1dae0f03ed96cda47600a842fb4592753 (patch) | |
tree | 3e461cbc4e14154468ce3e6261426ab069a5d1cb /media-libs/mesa-glu | |
parent | *** empty log message *** (diff) | |
download | historical-e3773dc1dae0f03ed96cda47600a842fb4592753.tar.gz historical-e3773dc1dae0f03ed96cda47600a842fb4592753.tar.bz2 historical-e3773dc1dae0f03ed96cda47600a842fb4592753.zip |
*** empty log message ***
Diffstat (limited to 'media-libs/mesa-glu')
-rw-r--r-- | media-libs/mesa-glu/mesa-glu-3.4.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/media-libs/mesa-glu/mesa-glu-3.4.ebuild b/media-libs/mesa-glu/mesa-glu-3.4.ebuild index 950d49ceba61..39b81e048c40 100644 --- a/media-libs/mesa-glu/mesa-glu-3.4.ebuild +++ b/media-libs/mesa-glu/mesa-glu-3.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa-glu/mesa-glu-3.4.ebuild,v 1.1 2000/12/05 23:27:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa-glu/mesa-glu-3.4.ebuild,v 1.2 2000/12/21 08:22:29 achim Exp $ P=MesaLib-${PV} A=${P}.tar.gz @@ -25,14 +25,14 @@ src_install () { cd ${S} try make DESTDIR=${D} install -# rm -f ${D}/usr/X11R6/lib/libGL.* + rm -f ${D}/usr/X11R6/lib/libGL.* -# rm -f ${D}/usr/X11R6/include/GL/gl.h -# rm -f ${D}/usr/X11R6/include/GL/glx.h -# rm -f ${D}/usr/X11R6/include/GL/osmesa.h + rm -f ${D}/usr/X11R6/include/GL/gl.h + rm -f ${D}/usr/X11R6/include/GL/glx.h + rm -f ${D}/usr/X11R6/include/GL/osmesa.h cd ${D}/usr/X11R6/lib - ln -s libGLU.so.1.1.030400 libMesaGLU.so.3 - ln -s libGL.so.2.1.030400 libMesaGL.so.3 +# ln -s libGLU.so.1.1.030400 libMesaGLU.so.3 +# ln -s libGL.so.2.1.030400 libMesaGL.so.3 cd ${S} dodoc docs/* |