diff options
Diffstat (limited to 'media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild')
-rw-r--r-- | media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild b/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild index 34f01191dd63..833e61d88d20 100644 --- a/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild +++ b/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,10 @@ SLOT="0" KEYWORDS="amd64 x86" S="${WORKDIR}/${P}-src" -PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch ) +PATCHES=( + "${FILESDIR}"/${P}-fix-build-system.patch + "${FILESDIR}"/${P}-fix-hybrid-filter.patch +) src_configure() { tc-export CC |