summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-02-22 16:38:38 +0000
committerAchim Gottinger <achim@gentoo.org>2001-02-22 16:38:38 +0000
commitb7fe9fab061f9bf83fe5db0a139d35ea91b61903 (patch)
tree34a4e5ba712f2b8240510d6b9457d87ab6d53f24 /media-libs/mesa
parentfixem (diff)
downloadgentoo-2-b7fe9fab061f9bf83fe5db0a139d35ea91b61903.tar.gz
gentoo-2-b7fe9fab061f9bf83fe5db0a139d35ea91b61903.tar.bz2
gentoo-2-b7fe9fab061f9bf83fe5db0a139d35ea91b61903.zip
*** empty log message ***
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/mesa-3.4-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-3.4-r1.ebuild b/media-libs/mesa/mesa-3.4-r1.ebuild
index 24936d3ffdd1..ace0e7d6cc4b 100644
--- a/media-libs/mesa/mesa-3.4-r1.ebuild
+++ b/media-libs/mesa/mesa-3.4-r1.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/mesa-3.4-r1.ebuild,v 1.2 2001/02/15 18:16:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-3.4-r1.ebuild,v 1.3 2001/02/22 16:38:38 achim Exp $
P=MesaLib-${PV}
A0=${P}.tar.bz2
@@ -45,7 +45,9 @@ src_compile() {
if [ "`use X`" ]
then
- myconf="${myconf} --with-x"
+ myconf="${myconf} --with-x --without-glut"
+ # --without-glut means that mesa is forced to use and install
+ # his own version of glut.
else
myconf="${myconf} --without-x"
rm -rf src-glut