summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-10-28 21:08:31 +0100
committerTupone Alfredo <tupone@gentoo.org>2019-10-28 21:08:31 +0100
commit0fbc12d5089b5aa754eea8751ea5c20608120062 (patch)
tree02ff1156a45f58c426d0c4ca56b86db9ad1a61cf
parentdev-libs/libstrophe: add new version 0.9.3 (diff)
downloadgentoo-0fbc12d5089b5aa754eea8751ea5c20608120062.tar.gz
gentoo-0fbc12d5089b5aa754eea8751ea5c20608120062.tar.bz2
gentoo-0fbc12d5089b5aa754eea8751ea5c20608120062.zip
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@gentoo.org>
-rw-r--r--sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild6
1 files changed, 6 insertions, 0 deletions
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
+}