From 0fbc12d5089b5aa754eea8751ea5c20608120062 Mon Sep 17 00:00:00 2001 From: Tupone Alfredo Date: Mon, 28 Oct 2019 21:08:31 +0100 Subject: sci-mathematics/psmt2-frontend: rename configure.in to ac Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone --- 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 c8f1ac2d19d1..a7bedc5e96d5 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 +} -- cgit v1.2.3-65-gdbad