From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- media-libs/tg_owt/tg_owt-0_pre20210626-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'media-libs/tg_owt/tg_owt-0_pre20210626-r1.ebuild') diff --git a/media-libs/tg_owt/tg_owt-0_pre20210626-r1.ebuild b/media-libs/tg_owt/tg_owt-0_pre20210626-r1.ebuild index 6b1f91230c17..8f7f9f6f3d3d 100644 --- a/media-libs/tg_owt/tg_owt-0_pre20210626-r1.ebuild +++ b/media-libs/tg_owt/tg_owt-0_pre20210626-r1.ebuild @@ -74,6 +74,11 @@ src_prepare() { # libvpx source files aren't included in the repository sed -i '/include(cmake\/libvpx.cmake)/d' CMakeLists.txt || die + # libopenh264 has GENERATED files with yasm that aren't excluded by + # EXCLUDE_FROM_ALL, and I have no clue how to avoid this. + # These source files aren't used with system-openh264, anyway. + sed -i '/include(cmake\/libopenh264.cmake)/d' CMakeLists.txt || die + cmake_src_prepare } -- cgit v1.2.3