sci-mathematics/psmt2-frontend: rename configure.in to ac
authorTupone Alfredo <tupone@gentoo.org>
Mon, 28 Oct 2019 20:08:31 +0000 (21:08 +0100)
committerTupone Alfredo <tupone@gentoo.org>
Mon, 28 Oct 2019 20:08:31 +0000 (21:08 +0100)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild

index c8f1ac2d19d1708644b4e43a76a13b2c347bd379..a7bedc5e96d5fe272152c2ebd40ed8e908c2871d 100644 (file)
@@ -21,5 +21,11 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 src_prepare() {
        default
+       mv configure.{in,ac}
        eautoreconf
 }
+
+src_compile() {
+       emake depend
+       default
+}