commit: 53bcd4d3559a77826580f9a0efac91997185263c
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Jan 27 15:37:42 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 16:36:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53bcd4d3
app-editors/vis: use ./configure instead of econf
app-editors/vis/vis-0.4.ebuild | 5 +++--
app-editors/vis/vis-9999.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/app-editors/vis/vis-0.4.ebuild b/app-editors/vis/vis-0.4.ebuild
index b8f0705856c..a9a7da4eedf 100644
--- a/app-editors/vis/vis-0.4.ebuild
+++ b/app-editors/vis/vis-0.4.ebuild
@@ -35,10 +35,11 @@ src_prepare() {
}
src_configure() {
- econf \
+ ./configure \
+ --prefix="${EROOT}usr" \
$(use_enable ncurses curses) \
$(use_enable selinux) \
- $(use_enable tre)
+ $(use_enable tre) || die
}
update_symlinks() {
diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild
index 7c59933793a..126135a1bb2 100644
--- a/app-editors/vis/vis-9999.ebuild
+++ b/app-editors/vis/vis-9999.ebuild
@@ -29,10 +29,11 @@ src_prepare() {
}
src_configure() {
- econf \
+ ./configure \
+ --prefix="${EROOT}usr" \
$(use_enable ncurses curses) \
$(use_enable selinux) \
- $(use_enable tre)
+ $(use_enable tre) || die
}
update_symlinks() {