summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-01-13 21:33:42 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-01-13 21:33:42 +0000
commit6858ab1d518361e6e050368cb82f7630ca3f4ec2 (patch)
treedd69a0a949b2118ecda2aa2b50dfd60a10b284cb /media-libs/mesa-glu
parentupdates, new mesa-glu which is hopefully compatible now. (diff)
downloadhistorical-6858ab1d518361e6e050368cb82f7630ca3f4ec2.tar.gz
historical-6858ab1d518361e6e050368cb82f7630ca3f4ec2.tar.bz2
historical-6858ab1d518361e6e050368cb82f7630ca3f4ec2.zip
new mesa-glu and mesa stuff
Diffstat (limited to 'media-libs/mesa-glu')
-rw-r--r--media-libs/mesa-glu/mesa-glu-3.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/mesa-glu/mesa-glu-3.5.ebuild b/media-libs/mesa-glu/mesa-glu-3.5.ebuild
index cd094c5a2568..5ef49072fd4d 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.2 2002/01/13 21:26:50 drobbins Exp $
+# $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 $
S=${WORKDIR}/Mesa-${PV}
DESCRIPTION="OpenGL like graphic library for Linux, this package only contains the glu and glut parts"
@@ -32,6 +32,7 @@ src_compile() {
else
myconf="${myconf} --disable-sse"
fi
+ #--without-glut means that no glut is available on the system, so mesa should build its own
myconf="${myconf} --with-x --without-glut --disable-ggi-fbdev --without-ggi"
./configure --prefix=/usr --sysconfdir=/etc/mesa --host=${CHOST} $myconf || die
emake || die