media-libs/kvazaar: call econf in proper phase, bug #595934
authorAlexis Ballier <aballier@gentoo.org>
Mon, 3 Oct 2016 09:04:07 +0000 (11:04 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 3 Oct 2016 09:04:07 +0000 (11:04 +0200)
Package-Manager: portage-2.3.1

media-libs/kvazaar/kvazaar-0.8.3.ebuild
media-libs/kvazaar/kvazaar-9999.ebuild

index 5a1a46d7343a1ab9ff8d038664aaebece1f9db92..647830073d5935c73d0f4cbbae5ebce47a7768ce 100644 (file)
@@ -39,7 +39,7 @@ src_prepare() {
        eautoreconf
 }
 
-multilib_src_compile() {
+multilib_src_configure() {
        ECONF_SOURCE="${S}" \
                econf \
                        --docdir "/usr/share/doc/${PF}" \
index 3587fc470eadab66f72e3f5c420b7be40db67b9d..4d22819d2749d0b75e099d619139c5ca793e9e67 100644 (file)
@@ -38,7 +38,7 @@ src_prepare() {
        eautoreconf
 }
 
-multilib_src_compile() {
+multilib_src_configure() {
        ECONF_SOURCE="${S}" \
                econf \
                        --docdir "/usr/share/doc/${PF}" \