commit: 0fbc12d5089b5aa754eea8751ea5c20608120062
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 20:08:31 2019 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 20:08:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbc12d5
sci-mathematics/psmt2-frontend: rename configure.in to ac
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 | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
index c8f1ac2d19d..a7bedc5e96d 100644
--- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
+++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
@@ -21,5 +21,11 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_prepare() {
default
+ mv configure.{in,ac}
eautoreconf
}
+
+src_compile() {
+ emake depend
+ default
+}