www-client/fetch: fix configure w/ clang 16

Old autoconf.

Closes: https://bugs.gentoo.org/870499
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-09-30 20:45:34 +01:00
parent 8bfd53ae46
commit 31f6cdae30

View File

@@ -3,6 +3,8 @@
EAPI=7
inherit autotools
DESCRIPTION="HTTP download tool built atop the HTTP fetcher library"
HOMEPAGE="https://sourceforge.net/projects/fetch/"
SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
@@ -22,4 +24,7 @@ HTML_DOCS=( docs/fetch.html )
src_prepare() {
default
sed -i -e "/^ld_rpath/d" configure || die "sed failed"
# bug #870499
eautoreconf
}