summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-05-06 23:30:31 +0200
committerUlrich Müller <ulm@gentoo.org>2022-05-06 23:31:57 +0200
commited1513806780418973a24ced30f333cf128d542f (patch)
treed75648d6f335d3bce73e1d2c2f26db4f7fdb7481 /app-editors/fe
parentapp-editors/emacs: Don't rename configure.in (diff)
downloadgentoo-ed1513806780418973a24ced30f333cf128d542f.tar.gz
gentoo-ed1513806780418973a24ced30f333cf128d542f.tar.bz2
gentoo-ed1513806780418973a24ced30f333cf128d542f.zip
app-editors/fe: Don't rename configure.in
eautoconf does this for us in EAPI 8. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/fe')
-rw-r--r--app-editors/fe/fe-2.0-r1.ebuild3
-rw-r--r--app-editors/fe/files/fe-2.0-ncurses.patch4
2 files changed, 3 insertions, 4 deletions
diff --git a/app-editors/fe/fe-2.0-r1.ebuild b/app-editors/fe/fe-2.0-r1.ebuild
index 4fd949e78973..9df4b0b4567a 100644
--- a/app-editors/fe/fe-2.0-r1.ebuild
+++ b/app-editors/fe/fe-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,7 +26,6 @@ PATCHES=(
)
src_prepare() {
- mv configure.{in,ac} || die
default
AT_NOEAUTOHEADER=yes eautoreconf
}
diff --git a/app-editors/fe/files/fe-2.0-ncurses.patch b/app-editors/fe/files/fe-2.0-ncurses.patch
index 8eef06db6454..dfe720b02e6e 100644
--- a/app-editors/fe/files/fe-2.0-ncurses.patch
+++ b/app-editors/fe/files/fe-2.0-ncurses.patch
@@ -1,7 +1,7 @@
https://bugs.gentoo.org/818415
---- fe-2.0/configure.ac
-+++ fe-2.0/configure.ac
+--- fe-2.0/configure.in
++++ fe-2.0/configure.in
@@ -55,19 +55,6 @@
AC_CHECK_FUNCS(strdup)
AC_CHECK_FUNCS(strndup)