summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-11 03:44:19 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-11 03:44:19 +0000
commit649d8b7c9c4f575bf5497493a1a2bf8849054b08 (patch)
tree6809f7f55766af04332c7c7c2bd1a1628da9279f /media-libs/mesa
parentadd $header tags. (diff)
downloadgentoo-2-649d8b7c9c4f575bf5497493a1a2bf8849054b08.tar.gz
gentoo-2-649d8b7c9c4f575bf5497493a1a2bf8849054b08.tar.bz2
gentoo-2-649d8b7c9c4f575bf5497493a1a2bf8849054b08.zip
media-libs \" fixes
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/mesa-3.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-3.4.2.ebuild b/media-libs/mesa/mesa-3.4.2.ebuild
index 431dbc264682..14693df445c0 100644
--- a/media-libs/mesa/mesa-3.4.2.ebuild
+++ b/media-libs/mesa/mesa-3.4.2.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.2.ebuild,v 1.1 2001/05/18 03:42:22 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-3.4.2.ebuild,v 1.2 2001/08/11 03:44:19 drobbins Exp $
P=MesaLib-${PV}
A0=${P}.tar.bz2
@@ -102,7 +102,7 @@ src_compile() {
if [ "`use ggi`" ]
then
cd ggi/ggiglut
- try make libglut_la_LIBADD=\"-lggi -lgg -L${S}/src/.libs -lGL\"
+ try make libglut_la_LIBADD="-lggi -lgg -L${S}/src/.libs -lGL"
fi
}