summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 \