diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-23 18:46:27 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-23 18:46:27 +0200 |
| commit | 112e8071a8d96f9251ef265e31bd11a4662a893d (patch) | |
| tree | 947f85735001bdbfe59aee47b65d83a10e5f7faa /packaging/gentoo/tuxanci-9999.ebuild | |
| parent | d8d0ac32dc7a35e63c34130a6fcf12bcba52c8b0 (diff) | |
Update ebuild, no developer should not be used it should be debug.
Diffstat (limited to 'packaging/gentoo/tuxanci-9999.ebuild')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 8c6dc27..e846c05 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -43,9 +43,8 @@ src_configure() { $(cmake-utils_use_with dedicated) $(cmake-utils_use_with nls) $(cmake-utils_use_with opengl) - $(cmake-utils_use_enable ipv6)" - use debug && mycmakeargs="${mycmakeargs} - -DDEVELOPER=1" + $(cmake-utils_use_enable ipv6) + $(cmake_utils_use_enable debug)" mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} |