summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-24 10:08:18 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-24 10:08:18 +0000
commit1b03d49bf9d7fac73806875bfc5a14ba1e189bcb (patch)
tree2108ac01f0750756df0ac5996f8afe640e733f23 /net-p2p/ldcc/ldcc-2.0.7.ebuild
parentLink in libz for pciutils #163563 by Tristan Heaven. (diff)
downloadhistorical-1b03d49bf9d7fac73806875bfc5a14ba1e189bcb.tar.gz
historical-1b03d49bf9d7fac73806875bfc5a14ba1e189bcb.tar.bz2
historical-1b03d49bf9d7fac73806875bfc5a14ba1e189bcb.zip
Add patch to make it compile with tvision-2.1.0, thanks to truedfx <truedfx at gentoo dot org> for the patch, bug 146465
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'net-p2p/ldcc/ldcc-2.0.7.ebuild')
-rw-r--r--net-p2p/ldcc/ldcc-2.0.7.ebuild13
1 files changed, 11 insertions, 2 deletions
diff --git a/net-p2p/ldcc/ldcc-2.0.7.ebuild b/net-p2p/ldcc/ldcc-2.0.7.ebuild
index a6ed84b696b9..06d5fcdfebb0 100644
--- a/net-p2p/ldcc/ldcc-2.0.7.ebuild
+++ b/net-p2p/ldcc/ldcc-2.0.7.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ldcc/ldcc-2.0.7.ebuild,v 1.9 2005/07/10 20:02:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ldcc/ldcc-2.0.7.ebuild,v 1.10 2007/01/24 10:08:18 armin76 Exp $
+
+inherit eutils
IUSE=""
@@ -15,6 +17,13 @@ KEYWORDS="x86 ~ppc ~amd64"
DEPEND="net-p2p/dctc
dev-libs/tvision"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}/${P}-tvision2.1.0.patch"
+}
+
src_compile() {
econf \
--with-tv-include=/usr/include/rhtvision \