diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-24 09:23:46 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-24 09:24:17 +0100 |
commit | c366cf3b7dd5f784913fcea74dc35b91fa80c0f9 (patch) | |
tree | c128dadd950273386f2d7eb81e050e1ccb0178ee /games-simulation | |
parent | net-mail/mu: amd64 stable wrt bug #724444 (diff) | |
download | gentoo-c366cf3b7dd5f784913fcea74dc35b91fa80c0f9.tar.gz gentoo-c366cf3b7dd5f784913fcea74dc35b91fa80c0f9.tar.bz2 gentoo-c366cf3b7dd5f784913fcea74dc35b91fa80c0f9.zip |
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@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/corsix-th/corsix-th-0.63.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |