diff options
author | Leno Hou <lenohou@gmail.com> | 2016-06-28 14:31:26 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-28 13:40:32 -0400 |
commit | 2cb8285b100d8391ef08f69063e4ec3f1f60b6dd (patch) | |
tree | e71d1fdf44f4227c377cd5faa97bab79f03e29c8 | |
parent | app-text/opensp: copy from tree (diff) | |
download | ppc64le-2cb8285b100d8391ef08f69063e4ec3f1f60b6dd.tar.gz ppc64le-2cb8285b100d8391ef08f69063e4ec3f1f60b6dd.tar.bz2 ppc64le-2cb8285b100d8391ef08f69063e4ec3f1f60b6dd.zip |
app-text/opensp: autoreconf to build opensp for ppc64le #580792
This is needed to support newer platforms (like ppc64le).
Signed-off-by: Leno Hou <lenohou@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | app-text/opensp/opensp-1.5.2-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |