diff options
Diffstat (limited to 'sys-apps/dbus/dbus-1.1.4.ebuild')
-rw-r--r-- | sys-apps/dbus/dbus-1.1.4.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-apps/dbus/dbus-1.1.4.ebuild b/sys-apps/dbus/dbus-1.1.4.ebuild index 730a13043fbe..21416ccca9a5 100644 --- a/sys-apps/dbus/dbus-1.1.4.ebuild +++ b/sys-apps/dbus/dbus-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.1.4.ebuild,v 1.2 2008/01/18 21:48:35 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.1.4.ebuild,v 1.3 2008/02/05 15:34:53 steev Exp $ inherit eutils multilib autotools flag-o-matic @@ -23,6 +23,13 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen app-text/xmlto )" +src_unpack() { + unpack ${A} + cd "${S}" + # Patch that *should* fix dbus-launch hanging around after exiting X + epatch "${FILESDIR}/${PN}-1.1.4-xdisplay_null.patch" +} + src_compile() { # so we can get backtraces from apps append-flags -rdynamic |