diff options
Diffstat (limited to 'dev-libs/dbus-glib/dbus-glib-0.78.ebuild')
-rw-r--r-- | dev-libs/dbus-glib/dbus-glib-0.78.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/dbus-glib/dbus-glib-0.78.ebuild b/dev-libs/dbus-glib/dbus-glib-0.78.ebuild index d17c9854ebe6..709ecb50f0ef 100644 --- a/dev-libs/dbus-glib/dbus-glib-0.78.ebuild +++ b/dev-libs/dbus-glib/dbus-glib-0.78.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/dev-libs/dbus-glib/dbus-glib-0.78.ebuild,v 1.2 2008/12/27 16:05:59 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.78.ebuild,v 1.3 2008/12/30 19:18:01 cardoe Exp $ inherit eutils multilib autotools bash-completion @@ -30,6 +30,10 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-introspection.patch epatch "${FILESDIR}"/${P}-as-needed.patch + + # submitted upstream to bug #19325 + epatch "${FILESDIR}"/${P}-fix-building-tests.patch + eautoreconf } @@ -41,7 +45,7 @@ src_compile() { $(use_enable debug checks) \ $(use_enable debug asserts) \ $(use_enable test tests) \ - $(use_with test test-socket-dir ${T}/dbus-test-socket) \ + $(use_with test test-socket-dir "${T}"/dbus-test-socket) \ --with-system-pid-file=/var/run/dbus.pid \ --with-system-socket=/var/run/dbus/system_bus_socket \ --with-session-socket-dir=/tmp \ |