summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-05 03:21:55 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-05 03:21:55 +0000
commit4334bf6a19356cf3b522b180f8215cbea4544551 (patch)
tree2e43ff4cb951c0e48733278f7bfcd58074635bb9 /media-libs/glut
parentmeep (diff)
downloadhistorical-4334bf6a19356cf3b522b180f8215cbea4544551.tar.gz
historical-4334bf6a19356cf3b522b180f8215cbea4544551.tar.bz2
historical-4334bf6a19356cf3b522b180f8215cbea4544551.zip
*** empty log message ***
Diffstat (limited to 'media-libs/glut')
-rw-r--r--media-libs/glut/glut-3.7.ebuild5
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
}