mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user