summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild3
1 files changed, 3 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 a7bedc5e96d5..5f6f9e6f4f39 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
}