diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-02-21 20:28:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-02-21 20:28:58 +0000 |
commit | bee878764c9d5cf227513f38677eab8b913560ee (patch) | |
tree | a4eaf6017eccba37107f47d0b1664253a305d62b /games-sports/foobillard/foobillard-3.0a.ebuild | |
parent | app-office/grisbi: Bump to 0.8.0, clean up ebuild (diff) | |
download | historical-bee878764c9d5cf227513f38677eab8b913560ee.tar.gz historical-bee878764c9d5cf227513f38677eab8b913560ee.tar.bz2 historical-bee878764c9d5cf227513f38677eab8b913560ee.zip |
work around issues with some drivers related to GL_CLAMP (bug #355821) - patch submitted by Alan Swanson
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'games-sports/foobillard/foobillard-3.0a.ebuild')
-rw-r--r-- | games-sports/foobillard/foobillard-3.0a.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild index bf57835b473c..0e32b0d39947 100644 --- a/games-sports/foobillard/foobillard-3.0a.ebuild +++ b/games-sports/foobillard/foobillard-3.0a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # 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.14 2010/09/16 17:02:08 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.15 2011/02/21 20:28:58 mr_bones_ Exp $ EAPI=2 inherit eutils autotools games @@ -29,7 +29,8 @@ src_prepare() { epatch \ "${FILESDIR}"/${P}-no_nvidia.patch \ "${FILESDIR}"/${P}-fbsd.patch \ - "${FILESDIR}"/${P}-as-needed.patch + "${FILESDIR}"/${P}-as-needed.patch \ + "${FILESDIR}"/${P}-gl-clamp.patch eautoreconf } |