mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
games-emulation/dosbox-x: Respect the 'AR' variable
Closes: https://bugs.gentoo.org/856352 Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit autotools xdg
|
inherit autotools toolchain-funcs xdg
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@@ -146,6 +146,11 @@ src_configure() {
|
|||||||
econf "${myconf[@]}"
|
econf "${myconf[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
# https://bugs.gentoo.org/856352
|
||||||
|
emake AR="$(tc-getAR)"
|
||||||
|
}
|
||||||
|
|
||||||
pkg_preinst() {
|
pkg_preinst() {
|
||||||
xdg_pkg_preinst
|
xdg_pkg_preinst
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit autotools xdg
|
inherit autotools toolchain-funcs xdg
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@@ -141,6 +141,11 @@ src_configure() {
|
|||||||
econf "${myconf[@]}"
|
econf "${myconf[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
# https://bugs.gentoo.org/856352
|
||||||
|
emake AR="$(tc-getAR)"
|
||||||
|
}
|
||||||
|
|
||||||
pkg_preinst() {
|
pkg_preinst() {
|
||||||
xdg_pkg_preinst
|
xdg_pkg_preinst
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user