summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-02 07:33:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-02 07:33:35 +0000
commitc4ebdbe50906ca7a9ee91355f1c6d17c9c6dff93 (patch)
treeed04a0560e9b135ec5166d086e91e2d30f879efc /games-sports
parentremove mips (Manifest recommit) (diff)
downloadgentoo-2-c4ebdbe50906ca7a9ee91355f1c6d17c9c6dff93.tar.gz
gentoo-2-c4ebdbe50906ca7a9ee91355f1c6d17c9c6dff93.tar.bz2
gentoo-2-c4ebdbe50906ca7a9ee91355f1c6d17c9c6dff93.zip
Attempt to address bug #52600
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/foobillard/ChangeLog5
-rw-r--r--games-sports/foobillard/foobillard-3.0a.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/games-sports/foobillard/ChangeLog b/games-sports/foobillard/ChangeLog
index ed0ddcd7ca4b..c60908b2365b 100644
--- a/games-sports/foobillard/ChangeLog
+++ b/games-sports/foobillard/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-sports/foobillard
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.5 2004/05/30 05:27:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.6 2004/06/02 07:33:35 mr_bones_ Exp $
+
+ 02 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> foobillard-3.0a.ebuild:
+ Attempt to address bug #52600
*foobillard-3.0a (29 May 2004)
diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild
index c5742e3bc3b8..b8f0ea8bc42a 100644
--- a/games-sports/foobillard/foobillard-3.0a.ebuild
+++ b/games-sports/foobillard/foobillard-3.0a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.1 2004/05/30 05:27:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.2 2004/06/02 07:33:35 mr_bones_ Exp $
inherit games
@@ -27,8 +27,8 @@ DEPEND="virtual/x11
src_compile() {
local myconf=""
[ "$(ls /usr/include/GL/gl.h -al | awk '{print $NF}' | cut -d/ -f5)" == "nvidia" ] \
- && myconf="--enable-nvidia" \
- || myconf="--disable-nvidia"
+ && myconf="--enable-nvidia=yes" \
+ || myconf="--enable-nvidia=no"
myconf="${myconf} $(use_enable sdl SDL)"
use sdl \
&& myconf="${myconf} --disable-glut" \