summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-01-29 10:50:54 +0000
committerJames Le Cuirot <chewi@gentoo.org>2023-01-29 10:50:54 +0000
commite34919f8297fec84d7fa47269528feee2704dc5e (patch)
treed6abf98572e48b1191e07425f7e580415588941b /games-action
parentmedia-sound/qsynth: Stabilize 0.9.9 ppc64, #892493 (diff)
downloadgentoo-e34919f8297fec84d7fa47269528feee2704dc5e.tar.gz
gentoo-e34919f8297fec84d7fa47269528feee2704dc5e.tar.bz2
gentoo-e34919f8297fec84d7fa47269528feee2704dc5e.zip
games-action/supertuxkart: Drop unused CMake options from 1.3
1.4 was already fixed. Closes: https://bugs.gentoo.org/830619 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/supertuxkart/supertuxkart-1.3.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/games-action/supertuxkart/supertuxkart-1.3.ebuild b/games-action/supertuxkart/supertuxkart-1.3.ebuild
index e262058aa7d1..54504fdfec32 100644
--- a/games-action/supertuxkart/supertuxkart-1.3.ebuild
+++ b/games-action/supertuxkart/supertuxkart-1.3.ebuild
@@ -67,11 +67,9 @@ src_configure() {
-DUSE_SQLITE3=$(usex sqlite)
-DUSE_SYSTEM_ANGELSCRIPT=ON
-DUSE_SYSTEM_ENET=ON
- -DUSE_SYSTEM_GLEW=ON
-DUSE_SYSTEM_SQUISH=OFF
-DUSE_SYSTEM_WIIUSE=OFF
-DUSE_IPV6=OFF # not supported by system enet
- -DOpenGL_GL_PREFERENCE=GLVND
-DUSE_CRYPTO_OPENSSL=$(usex nettle no yes)
-DBUILD_RECORDER=$(usex recorder)
-DUSE_WIIUSE=$(usex wiimote)