projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1015ff7
)
games-strategy/s25rttr: remove arch detection via cmake
author
stefson
<herrtimson@yahoo.de>
Sun, 9 Jun 2019 11:10:58 +0000
(13:10 +0200)
committer
James Le Cuirot
<chewi@gentoo.org>
Sun, 9 Jun 2019 13:41:35 +0000
(14:41 +0100)
Signed-off-by: Steffen Kuhn <herrtimson@yahoo.de>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild
patch
|
blob
|
history
diff --git
a/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild
b/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild
index 1f6126fc869c538cbe6935adde8ad8e312f8b3a9..01cef6dff65e9afb8c32bda74df514505f3cda4c 100644
(file)
--- 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