diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2022-09-05 21:06:37 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-21 01:04:15 +0100 |
commit | a6342eae7590b9d527023d4a983c29e2b08dc149 (patch) | |
tree | 1c027ec96356e6cc25233a74d6b924909a88f203 /games-fps/alephone | |
parent | games-fps/alephone: add additional speex? dependency (diff) | |
download | gentoo-a6342eae7590b9d527023d4a983c29e2b08dc149.tar.gz gentoo-a6342eae7590b9d527023d4a983c29e2b08dc149.tar.bz2 gentoo-a6342eae7590b9d527023d4a983c29e2b08dc149.zip |
games-fps/alephone: override AR in src_compile
Closes: https://bugs.gentoo.org/867622
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/27152
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-fps/alephone')
-rw-r--r-- | games-fps/alephone/alephone-20220115.ebuild | 7 | ||||
-rw-r--r-- | games-fps/alephone/alephone-9999.ebuild | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/games-fps/alephone/alephone-20220115.ebuild b/games-fps/alephone/alephone-20220115.ebuild index 3b71a7f7c6ec..3fc299106b8f 100644 --- a/games-fps/alephone/alephone-20220115.ebuild +++ b/games-fps/alephone/alephone-20220115.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools optfeature prefix xdg +inherit autotools optfeature prefix toolchain-funcs xdg DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon" HOMEPAGE="http://source.bungie.org/" @@ -75,6 +75,11 @@ src_configure() { $(use_with upnp miniupnpc) } +src_compile() { + tc-export AR + default +} + src_install() { default prefixify_ro "${FILESDIR}"/${PN}.sh diff --git a/games-fps/alephone/alephone-9999.ebuild b/games-fps/alephone/alephone-9999.ebuild index 3b71a7f7c6ec..3fc299106b8f 100644 --- a/games-fps/alephone/alephone-9999.ebuild +++ b/games-fps/alephone/alephone-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools optfeature prefix xdg +inherit autotools optfeature prefix toolchain-funcs xdg DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon" HOMEPAGE="http://source.bungie.org/" @@ -75,6 +75,11 @@ src_configure() { $(use_with upnp miniupnpc) } +src_compile() { + tc-export AR + default +} + src_install() { default prefixify_ro "${FILESDIR}"/${PN}.sh |