diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-09 18:48:16 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-09 18:48:30 +0200 |
| commit | dff1cbc31ca8d585c01f5bebd08e50cf07fd2b0c (patch) | |
| tree | a5e80a5df5c747d0007702c4c30cae15ade7c5d4 | |
| parent | 0468ec94cae3e30b1ccc4eb583cf4d8709011785 (diff) | |
Update ebuild
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 480b46b..87e764d 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -44,6 +44,9 @@ src_configure() { $(cmake-utils_use_with nls) $(cmake-utils_use_with opengl) $(cmake-utils_use_enable ipv6)" + use debug && mycmakeargs="${mycmakeargs} + -DDEVELOPER=1" + mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} -DCMAKE_DATA_PATH=${GAMES_DATADIR} |