summaryrefslogtreecommitdiff
path: root/games-arcade
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2016-01-28 14:23:22 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2016-01-28 14:23:22 +0300
commit3872198456db6b1161033100bdb3f8e12e64375c (patch)
tree0fb5b021617e7d4f2e5cebe17637e2666cb2242c /games-arcade
parent97c5b06787de8b439e60305ea868eeb4210aa5aa (diff)
added xonotic with dependencies from gamerlay with tiny build fixes
small cleanup of outdated and broken ebuilds added few missed ebuilds
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/supertux/supertux-scm.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/games-arcade/supertux/supertux-scm.ebuild b/games-arcade/supertux/supertux-scm.ebuild
index 5c5678f..8c2fb78 100644
--- a/games-arcade/supertux/supertux-scm.ebuild
+++ b/games-arcade/supertux/supertux-scm.ebuild
@@ -38,12 +38,14 @@ src_unpack() {
}
src_configure() {
- local mycmakeargs="-DWERROR=OFF
- -DINSTALL_SUBDIR_BIN=games/bin
- -DINSTALL_SUBDIR_DOC=share/doc/${P}
- $(cmake-utils_use_enable opengl OPENGL)
- $(cmake-utils_use_enable debug SQDBG)
- $(cmake-utils_use debug DEBUG)"
+ local mycmakeargs=(
+ -DWERROR=OFF
+ -DINSTALL_SUBDIR_BIN=games/bin
+ -DINSTALL_SUBDIR_DOC=share/doc/${P}
+ $(cmake-utils_use_enable opengl OPENGL)
+ $(cmake-utils_use_enable debug SQDBG)
+ $(cmake-utils_use debug DEBUG)
+ )
cmake-utils_src_configure
}