diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-27 00:59:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-28 13:26:07 +0100 |
commit | 5dff9640539c7e8ebf6074493570a6e7df70b5dc (patch) | |
tree | 0e4fe9f47a1ac89ed41d553b577a763d9eb3a365 /games-arcade/tuxanci | |
parent | games-arcade/tuxanci: Fix cmake to search for glu instead of gl (diff) | |
download | gentoo-5dff9640539c7e8ebf6074493570a6e7df70b5dc.tar.gz gentoo-5dff9640539c7e8ebf6074493570a6e7df70b5dc.tar.bz2 gentoo-5dff9640539c7e8ebf6074493570a6e7df70b5dc.zip |
games-arcade/tuxanci: Set ENABLE_DEBUG=OFF to respect CFLAGS
Closes: https://bugs.gentoo.org/428732
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-arcade/tuxanci')
-rw-r--r-- | games-arcade/tuxanci/tuxanci-20110429-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild b/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild index 583e5c193a07..bbedae30502e 100644 --- a/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild +++ b/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild @@ -42,6 +42,7 @@ PATCHES=( "${FILESDIR}/${P}-glu.patch" ) # bug 715132 src_configure() { local mycmakeargs=( + -DENABLE_DEBUG=OFF -DWITH_AUDIO=$(usex sound) -DBUILD_SERVER=$(usex dedicated) -DWITH_NLS=$(usex nls) |