summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefson <herrtimson@yahoo.de>2019-06-09 13:10:58 +0200
committerJames Le Cuirot <chewi@gentoo.org>2019-06-09 14:41:35 +0100
commit6bbac9657479befc89f565d3f47d72ae193f3744 (patch)
tree3d9563072ac2a4e5e1187c675ec3f16b46e9a3aa /games-strategy
parentgames-strategy/s25rttr: fix QA issues (diff)
downloadgentoo-6bbac9657479befc89f565d3f47d72ae193f3744.tar.gz
gentoo-6bbac9657479befc89f565d3f47d72ae193f3744.tar.bz2
gentoo-6bbac9657479befc89f565d3f47d72ae193f3744.zip
games-strategy/s25rttr: remove arch detection via cmake
Signed-off-by: Steffen Kuhn <herrtimson@yahoo.de> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild b/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild
index 1f6126fc869c..01cef6dff65e 100644
--- a/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild
+++ b/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild
@@ -45,15 +45,6 @@ PATCHES=(
)
src_configure() {
- local arch
- case ${ARCH} in
- amd64)
- arch="x86_64" ;;
- x86)
- arch="i386" ;;
- *) die "Architecture ${ARCH} not yet supported" ;;
- esac
-
local mycmakeargs=(
-DCOMPILEFOR="linux"
-DCMAKE_SKIP_RPATH=YES