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
commita16efcf778a204c4daedba8c24ccfec1508c3107 (patch)
tree09b398c66ef313b262460c1e7d397d9f3c5ffc1a /media-libs/mesa-glu
parentupdates, new mesa-glu which is hopefully compatible now. (diff)
downloadgentoo-2-a16efcf778a204c4daedba8c24ccfec1508c3107.tar.gz
gentoo-2-a16efcf778a204c4daedba8c24ccfec1508c3107.tar.bz2
gentoo-2-a16efcf778a204c4daedba8c24ccfec1508c3107.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