From: Yixun Lan Date: Tue, 26 May 2020 06:46:10 +0000 (+0800) Subject: net-misc/megatools: respect 'AR' variable X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0d3699ef910b77807149053b1c10a896c051ecf1;p=gentoo.git net-misc/megatools: respect 'AR' variable use AM_PROG_AR to default to standard AR discovery instead of make's 'ar'. Closes: https://bugs.gentoo.org/725202 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Yixun Lan --- diff --git a/net-misc/megatools/megatools-1.10.3.ebuild b/net-misc/megatools/megatools-1.10.3.ebuild index 577aa496b79c..f963f80749fb 100644 --- a/net-misc/megatools/megatools-1.10.3.ebuild +++ b/net-misc/megatools/megatools-1.10.3.ebuild @@ -27,6 +27,7 @@ DEPEND="${COMMON_DEPEND} src_prepare() { default + sed -i -e "/^AC_PROG_CC/ a AM_PROG_AR" configure.ac || die eautoreconf } @@ -35,5 +36,4 @@ src_configure() { econf \ --disable-maintainer-mode \ --disable-warnings - }