commit: 680f0c670f44a3ff27ae623441ab453256283725 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Jun 6 08:46:55 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jun 6 08:47:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680f0c67
games-emulation/dosbox: respect user's AR Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/724412 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> games-emulation/dosbox/dosbox-0.75_pre4302.ebuild | 1 + games-emulation/dosbox/files/dosbox-0.75-detect-AR.patch | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/games-emulation/dosbox/dosbox-0.75_pre4302.ebuild b/games-emulation/dosbox/dosbox-0.75_pre4302.ebuild index 4a25d8ebdb4..fd00727100c 100644 --- a/games-emulation/dosbox/dosbox-0.75_pre4302.ebuild +++ b/games-emulation/dosbox/dosbox-0.75_pre4302.ebuild @@ -51,6 +51,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}"/${PN}-0.74-ncurses.patch + "${FILESDIR}"/${PN}-0.75-detect-AR.patch ) src_prepare() { diff --git a/games-emulation/dosbox/files/dosbox-0.75-detect-AR.patch b/games-emulation/dosbox/files/dosbox-0.75-detect-AR.patch new file mode 100644 index 00000000000..c403d8e8983 --- /dev/null +++ b/games-emulation/dosbox/files/dosbox-0.75-detect-AR.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/724412 +--- a/configure.ac ++++ b/configure.ac +@@ -18,6 +18,7 @@ AC_PROG_CPP + AC_PROG_CXX + AC_PROG_INSTALL + AC_PROG_RANLIB ++AM_PROG_AR + + dnl Some needed libaries for OS2 + dnl perharps join this with the other target depended checks. move them upwards
