summaryrefslogtreecommitdiff
path: root/www-client/fetch/fetch-1.0-r4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/fetch/fetch-1.0-r4.ebuild')
-rw-r--r--www-client/fetch/fetch-1.0-r4.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/www-client/fetch/fetch-1.0-r4.ebuild b/www-client/fetch/fetch-1.0-r4.ebuild
index 214f3e73c506..3e3ee5a9c8d0 100644
--- a/www-client/fetch/fetch-1.0-r4.ebuild
+++ b/www-client/fetch/fetch-1.0-r4.ebuild
@@ -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
}