commit:     4ded99a3df1b8cdf0aa8dc29b8589f4817e12e55
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 21:11:58 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 21:12:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ded99a3

sci-mathematics/psmt2-frontend: fix make install

Closes: https://bugs.gentoo.org/698858
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild 
b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
index a7bedc5e96d..5f6f9e6f4f3 100644
--- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
+++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
@@ -22,6 +22,9 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 src_prepare() {
        default
        mv configure.{in,ac}
+       sed -i \
+               -e "s:configure.in:configure.ac:g" \
+               Makefile.in || die
        eautoreconf
 }
 

Reply via email to