diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-01-29 10:50:54 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-01-29 10:50:54 +0000 |
commit | e34919f8297fec84d7fa47269528feee2704dc5e (patch) | |
tree | d6abf98572e48b1191e07425f7e580415588941b /games-action/supertuxkart | |
parent | media-sound/qsynth: Stabilize 0.9.9 ppc64, #892493 (diff) | |
download | gentoo-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/supertuxkart')
-rw-r--r-- | games-action/supertuxkart/supertuxkart-1.3.ebuild | 2 |
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) |