summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-12-30 16:57:58 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-12-30 16:57:58 +0000
commit204a86f864501f59846abbec70702bdf0ba8f876 (patch)
tree1e0e101d38943a8f3c871633f6a23e0a6619bf75 /sys-apps/dbus
parentStable on x86. (diff)
downloadhistorical-204a86f864501f59846abbec70702bdf0ba8f876.tar.gz
historical-204a86f864501f59846abbec70702bdf0ba8f876.tar.bz2
historical-204a86f864501f59846abbec70702bdf0ba8f876.zip
add autoconf
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r--sys-apps/dbus/Manifest2
-rw-r--r--sys-apps/dbus/dbus-0.22-r3.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/sys-apps/dbus/Manifest b/sys-apps/dbus/Manifest
index b00932e9e568..61dca1b15f73 100644
--- a/sys-apps/dbus/Manifest
+++ b/sys-apps/dbus/Manifest
@@ -1,6 +1,6 @@
MD5 f30a48ba3a091f1e1472804d8fefba8d dbus-0.22-r2.ebuild 3213
MD5 161dbdd90b13a224e0ed46d87d3426cf dbus-0.22-r1.ebuild 2857
-MD5 6ebae9721e8ff9321e78db8f349cfab1 dbus-0.22-r3.ebuild 3232
+MD5 c5531b6a096eff2f86084195544b6ace dbus-0.22-r3.ebuild 3239
MD5 711309510b4be681a1a58b1980bcd9b3 ChangeLog 3502
MD5 5b5bcd9c1a432b2c8157b0004a073f72 metadata.xml 224
MD5 5ad50ae94f784548fc0d6f1364ce23bb files/dbus 544
diff --git a/sys-apps/dbus/dbus-0.22-r3.ebuild b/sys-apps/dbus/dbus-0.22-r3.ebuild
index 23387ee6c192..f54ffc14b7c7 100644
--- a/sys-apps/dbus/dbus-0.22-r3.ebuild
+++ b/sys-apps/dbus/dbus-0.22-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22-r3.ebuild,v 1.1 2004/12/29 18:42:56 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22-r3.ebuild,v 1.2 2004/12/30 16:57:58 lanius Exp $
# because of the experimental nature debug by default
inherit debug eutils mono python
@@ -41,8 +41,8 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
-
cd ${S}
+
epatch ${FILESDIR}/${P}-python_int64.patch
local cs
@@ -61,9 +61,8 @@ src_unpack() {
epatch ${FILESDIR}/${P}-qt.patch
- cd ${S}
+ autoconf || die
automake || die
-
}
src_compile() {