summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-12-07 11:28:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-12-07 11:28:02 +0000
commit652a8d7caf5274601b6e684bc75eadb59ac01544 (patch)
tree125f4ff285c197c118100eb6ea7298816a995a25 /games-sports/foobillard/foobillard-3.0a.ebuild
parentAdd arm/s390/sh love #224541. (diff)
downloadhistorical-652a8d7caf5274601b6e684bc75eadb59ac01544.tar.gz
historical-652a8d7caf5274601b6e684bc75eadb59ac01544.tar.bz2
historical-652a8d7caf5274601b6e684bc75eadb59ac01544.zip
add patch from Christian Ruppert (idl0r) to support as-needed (bug #247472)
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'games-sports/foobillard/foobillard-3.0a.ebuild')
-rw-r--r--games-sports/foobillard/foobillard-3.0a.ebuild7
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 b57fa63176ee..7fac0faf09df 100644
--- a/games-sports/foobillard/foobillard-3.0a.ebuild
+++ b/games-sports/foobillard/foobillard-3.0a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.11 2007/02/24 01:20:00 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.12 2008/12/07 11:28:02 mr_bones_ Exp $
inherit eutils autotools games
@@ -29,7 +29,8 @@ src_unpack() {
cd "${S}"
epatch \
"${FILESDIR}"/${P}-no_nvidia.patch \
- "${FILESDIR}"/${P}-fbsd.patch
+ "${FILESDIR}"/${P}-fbsd.patch \
+ "${FILESDIR}"/${P}-as-needed.patch
eautoreconf
}