diff options
author | 2021-05-04 23:49:11 +0100 | |
---|---|---|
committer | 2021-05-04 23:49:11 +0100 | |
commit | 332813b29e4350f990a51934bc7a975794ef4fda (patch) | |
tree | 755681c01f8fad2c43e8769d3d8cbd5f42d5e8ee /net-libs/srt/srt-1.4.2.ebuild | |
parent | media-video/vlc: allow building against newer net-libs/srt (diff) | |
download | gentoo-332813b29e4350f990a51934bc7a975794ef4fda.tar.gz gentoo-332813b29e4350f990a51934bc7a975794ef4fda.tar.bz2 gentoo-332813b29e4350f990a51934bc7a975794ef4fda.zip |
net-libs/srt: fix build with GCC 11
Closes: https://bugs.gentoo.org/787023
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/srt/srt-1.4.2.ebuild')
-rw-r--r-- | net-libs/srt/srt-1.4.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-libs/srt/srt-1.4.2.ebuild b/net-libs/srt/srt-1.4.2.ebuild index cbade3405e2a..de77f27cd91a 100644 --- a/net-libs/srt/srt-1.4.2.ebuild +++ b/net-libs/srt/srt-1.4.2.ebuild @@ -34,6 +34,7 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-always-GNUInstallDirs.patch" + "${FILESDIR}/${P}-cxx-include-gcc11.patch" ) src_prepare() { |