Skip to content

Commit

Permalink
games-fps/alephone: override AR in src_compile
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/867622

Signed-off-by: Matt Jolly <[email protected]>
Closes: gentoo#27152
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
Kangie authored and thesamesam committed Sep 21, 2022
1 parent c81b51e commit a6342ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion games-fps/alephone/alephone-20220115.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -75,6 +75,11 @@ src_configure() {
$(use_with upnp miniupnpc)
}

src_compile() {
tc-export AR
default
}

src_install() {
default
prefixify_ro "${FILESDIR}"/${PN}.sh
Expand Down
7 changes: 6 additions & 1 deletion games-fps/alephone/alephone-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -75,6 +75,11 @@ src_configure() {
$(use_with upnp miniupnpc)
}

src_compile() {
tc-export AR
default
}

src_install() {
default
prefixify_ro "${FILESDIR}"/${PN}.sh
Expand Down

0 comments on commit a6342ea

Please sign in to comment.