commit: c366cf3b7dd5f784913fcea74dc35b91fa80c0f9
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 24 08:23:46 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 24 08:24:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c366cf3b
games-simulation/corsix-th: drop libav USE reference
commit c4528e5ad7 ("migrate from libav") dropped IUSE=libav
but did not remove reference '-DWITH_LIBAV=$(usex libav)'
from src_configure().
This caused configure failure.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
games-simulation/corsix-th/corsix-th-0.63.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/games-simulation/corsix-th/corsix-th-0.63.ebuild
b/games-simulation/corsix-th/corsix-th-0.63.ebuild
index bc96a1a09dd..9a427ca8e03 100644
--- a/games-simulation/corsix-th/corsix-th-0.63.ebuild
+++ b/games-simulation/corsix-th/corsix-th-0.63.ebuild
@@ -52,7 +52,6 @@ src_configure() {
local mycmakeargs=(
-DWITH_AUDIO=$(usex sound)
-DWITH_FREETYPE2=$(usex truetype)
- -DWITH_LIBAV=$(usex libav)
-DWITH_MOVIES=$(usex videos)
)
cmake_src_configure