diff --git a/media-sound/mpdscribble/mpdscribble-9999.ebuild b/media-sound/mpdscribble/mpdscribble-9999.ebuild index 5e27b2d2f8062..4db61da913ac0 100644 --- a/media-sound/mpdscribble/mpdscribble-9999.ebuild +++ b/media-sound/mpdscribble/mpdscribble-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -inherit git-r3 +inherit git-r3 autotools DESCRIPTION="An MPD client that submits information to Audioscrobbler" HOMEPAGE="http://mpd.wikia.com/wiki/Client:Mpdscribble" @@ -21,6 +21,11 @@ RDEPEND="dev-libs/glib DEPEND="${RDEPEND} virtual/pkgconfig" +src_prepare() { + default + eautoreconf +} + src_configure() { econf \ --with-http-client=$(usex curl curl soup)