summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/dctc/dctc-0.85.9.ebuild')
-rw-r--r--net-p2p/dctc/dctc-0.85.9.ebuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/dctc/dctc-0.85.9.ebuild b/net-p2p/dctc/dctc-0.85.9.ebuild
index a1e2dcfbc927..e30b81ca1a26 100644
--- a/net-p2p/dctc/dctc-0.85.9.ebuild
+++ b/net-p2p/dctc/dctc-0.85.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.85.9.ebuild,v 1.12 2005/07/10 20:00:41 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.85.9.ebuild,v 1.13 2006/04/14 05:38:46 halcy0n Exp $
-inherit eutils
+inherit eutils autotools
IUSE=""
@@ -21,13 +21,17 @@ DEPEND="=dev-libs/glib-2*
src_unpack() {
unpack ${A}
cd ${S}
+
+ epatch "${FILESDIR}"/dctc-0.85.6-passive.patch
+ epatch "${FILESDIR}"/dctc-0.85.9-gcc41.patch
+
+ eautoreconf
+
# fix for #26708 (db4 support)
local dbfunc="`grep '^#define.*db_env_create' /usr/include/db.h | awk '{print $NF}'`"
if [ "${dbfunc}" != "db_env_create" ] ; then
sed -i "s:db_env_create:${dbfunc}:g" configure
fi
-
- epatch ${FILESDIR}/dctc-0.85.6-passive.patch
}
src_install() {