diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-14 11:32:48 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-02-14 11:32:48 +0100 |
commit | 32cbe407b8718dcea27f6efb85558b1e183bac2c (patch) | |
tree | 442717f1915363e49156b903a5b030d8670998c5 /media-video | |
parent | mail-filter/policyd: Apply gcc-10 workaround, drop libressl support (diff) | |
download | gentoo-32cbe407b8718dcea27f6efb85558b1e183bac2c.tar.gz gentoo-32cbe407b8718dcea27f6efb85558b1e183bac2c.tar.bz2 gentoo-32cbe407b8718dcea27f6efb85558b1e183bac2c.zip |
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 <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/subtitler-yuv/subtitler-yuv-0.6.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 } |