mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
David Seifert
parent
c0e718aeb3
commit
2bd9aac8ca
10
dev-lang/maude/files/maude-2.7-AR.patch
Normal file
10
dev-lang/maude/files/maude-2.7-AR.patch
Normal 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`
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user