commit: a5ab70edd213c2dfb0a117b16cc14f1422513385
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 17:05:22 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 17:05:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ab70ed
games-action/supermariowar: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX
arguments
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
index d78992bbd8a..826d4507de7 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
@@ -49,7 +49,6 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DBUILD_STATIC_LIBS=OFF
- -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
-DSMW_BINDIR="${EPREFIX}/usr/bin"
-DSMW_DATADIR="${EPREFIX}/usr/share/${PF}"
)