This is needed to support newer platforms (like ppc64le).
Signed-off-by: Leno Hou <[email protected]>
---
app-text/opensp/opensp-1.5.2-r3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-text/opensp/opensp-1.5.2-r3.ebuild
b/app-text/opensp/opensp-1.5.2-r3.ebuild
index 9f97607..d60c8f6 100644
--- a/app-text/opensp/opensp-1.5.2-r3.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r3.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic autotools
MY_P=${P/opensp/OpenSP}
@@ -34,6 +34,7 @@ src_prepare() {
epatch \
"${FILESDIR}"/${PN}-1.5-gcc34.patch \
"${FILESDIR}"/${P}-fix-segfault.patch
+ eautoreconf #580792
}
src_configure() {
--
2.7.3