diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-06 09:46:55 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-06 09:47:03 +0100 |
commit | 680f0c670f44a3ff27ae623441ab453256283725 (patch) | |
tree | 2ddef6685bb6a2df7e1430512420ebabb59aea15 /games-emulation | |
parent | dev-python/sphinxcontrib-spelling: Bump to 5.1.0 (diff) | |
download | gentoo-680f0c670f44a3ff27ae623441ab453256283725.tar.gz gentoo-680f0c670f44a3ff27ae623441ab453256283725.tar.bz2 gentoo-680f0c670f44a3ff27ae623441ab453256283725.zip |
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@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.75_pre4302.ebuild | 1 | ||||
-rw-r--r-- | games-emulation/dosbox/files/dosbox-0.75-detect-AR.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/games-emulation/dosbox/dosbox-0.75_pre4302.ebuild b/games-emulation/dosbox/dosbox-0.75_pre4302.ebuild index 4a25d8ebdb4c..fd00727100c9 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 000000000000..c403d8e8983b --- /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 |