From 0d3699ef910b77807149053b1c10a896c051ecf1 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Tue, 26 May 2020 14:46:10 +0800 Subject: [PATCH] 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 --- net-misc/megatools/megatools-1.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - } -- 2.26.2