From 32cbe407b8718dcea27f6efb85558b1e183bac2c Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sun, 14 Feb 2021 11:32:48 +0100 Subject: media-video/subtitler-yuv: Apply gcc-10 workaround * Dead upstream, and patching requires major code rewrite Closes: https://bugs.gentoo.org/707416 Signed-off-by: Jakov Smolic Signed-off-by: David Seifert --- media-video/subtitler-yuv/subtitler-yuv-0.6.5.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'media-video/subtitler-yuv') diff --git a/media-video/subtitler-yuv/subtitler-yuv-0.6.5.ebuild b/media-video/subtitler-yuv/subtitler-yuv-0.6.5.ebuild index 37e21cbb86a2..d9867b0c86c0 100644 --- a/media-video/subtitler-yuv/subtitler-yuv-0.6.5.ebuild +++ b/media-video/subtitler-yuv/subtitler-yuv-0.6.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="for mjpegtools for adding subtitles, pictures & effects embedded in the picture" HOMEPAGE="http://panteltje.com/panteltje/subtitles/" @@ -22,6 +22,7 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch ) src_configure() { + append-cflags -fcommon tc-export CC } -- cgit v1.2.3-65-gdbad