games-simulation/corsix-th: drop libav USE reference
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 24 May 2020 08:23:46 +0000 (09:23 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 24 May 2020 08:24:17 +0000 (09:24 +0100)
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>
games-simulation/corsix-th/corsix-th-0.63.ebuild

index bc96a1a09dd7eeacabda3f2a693cf3266759e955..9a427ca8e030edd4d0348cddc0164fcdc9d863e7 100644 (file)
@@ -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