summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-26 09:57:32 +0000
committerSam James <sam@gentoo.org>2021-04-26 09:57:32 +0000
commit8003dbb063a24b67ad723b6b153617b24ab7d697 (patch)
tree1adb8694537c83c62aa5d4d42b059a3dcc97e3d1 /www-client
parentnet-im/zoom: Remove old (diff)
downloadgentoo-8003dbb063a24b67ad723b6b153617b24ab7d697.tar.gz
gentoo-8003dbb063a24b67ad723b6b153617b24ab7d697.tar.bz2
gentoo-8003dbb063a24b67ad723b6b153617b24ab7d697.zip
www-client/w3m: revert back to eautoconf for now
Earlier, we switched to eautoreconf because: - it's a noop when *.am is missing anyway - fixing the build system is preferable - this allows patches to be added without first having to fix an unrelated issue first Let's roll back to eautoconf for now because of a gettext mismatch. Fixes: 50c53cbcbe84fe1473244e2bd6ad5e4533601bac Fixes: 5d3abfa9559c11bd9ac3087a9bf3debd51cf0c30 Bug: https://bugs.gentoo.org/778482 Closes: https://bugs.gentoo.org/785760 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/w3m/w3m-0.5.3_p20210102.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index 60b0c812ca76..9a715d6d57c8 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -58,7 +58,7 @@ src_prepare() {
sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die
hprefixify acinclude.m4
- AT_M4DIR="m4" eautoreconf
+ AT_M4DIR="m4" eautoconf
}
src_configure() {