media-libs/webrtc-audio-processing: fix missing aclocal-1.15
authorBen Kohler <bkohler@gmail.com>
Thu, 8 Mar 2018 13:20:25 +0000 (07:20 -0600)
committerJason Zaman <perfinion@gentoo.org>
Thu, 8 Mar 2018 13:27:42 +0000 (21:27 +0800)
Add a call to eautoreconf to fix missing/hardcoded aclocal-1.15

Closes: https://bugs.gentoo.org/649244

media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild

index b48c1061479e5ee290abd13b80b8150c5086c80e..a7d2d6aaa468a5532cc119647fb15ea695657431 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils multilib-minimal
+inherit autotools eutils multilib-minimal
 
 DESCRIPTION="AudioProcessing library from the webrtc.org code base"
 HOMEPAGE="https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
@@ -20,6 +20,11 @@ PATCHES=(
        "${FILESDIR}"/${PN}-0.3-proper_detection_cxxabi_execinfo.patch
 )
 
+src_prepare() {
+       eautoreconf
+       default
+}
+
 multilib_src_configure() {
        ECONF_SOURCE="${S}" \
        econf