dev-lang/maude: respect AR

Closes: https://github.com/gentoo/gentoo/pull/18281
Closes: https://bugs.gentoo.org/722966
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Jakov Smolic
2020-11-17 00:21:15 +01:00
committed by David Seifert
parent c0e718aeb3
commit 2bd9aac8ca
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
--- a/configure.ac
+++ b/configure.ac
@@ -42,6 +42,7 @@ fi
#
AC_PROG_CC
AC_PROG_CXX
+AM_PROG_AR
if (test "$GXX" = yes) then
AC_MSG_CHECKING([g++ compiler version])
GXX_VERSION=`$CXX -dumpversion`

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -31,6 +31,7 @@ PATCHES=(
"${FILESDIR}/${PN}-2.5.0-prll.patch"
"${FILESDIR}/${PN}-2.6-search-datadir.patch"
"${FILESDIR}/${PN}-2.7-bison-parse-param.patch"
"${FILESDIR}/${PN}-2.7-AR.patch"
)
src_prepare() {