diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-05 03:21:56 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-05 03:21:56 +0000 |
commit | 98bb9b387eb8d5cb488192b16adff7385d71f6e9 (patch) | |
tree | fce91d5ad7a5556ff3081cf3b99a898229235ec4 /media-libs/glut | |
parent | meep (diff) | |
download | gentoo-2-98bb9b387eb8d5cb488192b16adff7385d71f6e9.tar.gz gentoo-2-98bb9b387eb8d5cb488192b16adff7385d71f6e9.tar.bz2 gentoo-2-98bb9b387eb8d5cb488192b16adff7385d71f6e9.zip |
*** empty log message ***
Diffstat (limited to 'media-libs/glut')
-rw-r--r-- | media-libs/glut/glut-3.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/glut/glut-3.7.ebuild b/media-libs/glut/glut-3.7.ebuild index db35aa21dd33..424c43667298 100644 --- a/media-libs/glut/glut-3.7.ebuild +++ b/media-libs/glut/glut-3.7.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/glut/glut-3.7.ebuild,v 1.3 2000/12/11 16:37:43 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.ebuild,v 1.4 2001/01/05 03:21:55 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -28,6 +28,8 @@ src_compile() { cp linux/Glut.cf . cp mkmkfiles.imake mkmkfiles.imake.orig sed -e "s:/bin/csh:/bin/tcsh:" mkmkfiles.imake.orig > mkmkfiles.imake + cp Imakefile Imakefile.orig + sed -e "s:^SUBDIRS.*:SUBDIRS = lib:" Imakefile.orig > Imakefile unset LS_COLORS try ./mkmkfiles.imake cp linux/Makefile lib/glut @@ -36,6 +38,7 @@ src_compile() { ln -s libglut.so.3.7 libglut.so.3 ln -s libglut.so.3.7 libglut.so cd ${S} + try make } |