Skip to content

Commit

Permalink
dev-lang/maude: respect AR
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jsmolic committed Nov 16, 2020
1 parent d72d399 commit 58aaa0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions dev-lang/maude/files/maude-2.7-AR.patch
@@ -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`
3 changes: 2 additions & 1 deletion dev-lang/maude/maude-2.7.ebuild
@@ -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
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 58aaa0d

Please sign in to comment.