From c366cf3b7dd5f784913fcea74dc35b91fa80c0f9 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 24 May 2020 09:23:46 +0100 Subject: 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 --- games-simulation/corsix-th/corsix-th-0.63.ebuild | 1 - 1 file changed, 1 deletion(-) (limited to 'games-simulation/corsix-th/corsix-th-0.63.ebuild') diff --git a/games-simulation/corsix-th/corsix-th-0.63.ebuild b/games-simulation/corsix-th/corsix-th-0.63.ebuild index bc96a1a09dd7..9a427ca8e030 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 -- cgit v1.2.3-65-gdbad