diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2018-08-29 12:17:03 +0200 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2018-08-29 12:17:03 +0200 |
commit | c20e014a0a9927935e6e0c5e2533b35504148f59 (patch) | |
tree | 22fa70b3af34a5bfed9f1eaccb638c48e2654314 /media-video/vdr/vdr-2.2.0-r3.ebuild | |
parent | Revert "leechcraft.eclass: add support for EAPI 7" (diff) | |
download | gentoo-c20e014a0a9927935e6e0c5e2533b35504148f59.tar.gz gentoo-c20e014a0a9927935e6e0c5e2533b35504148f59.tar.bz2 gentoo-c20e014a0a9927935e6e0c5e2533b35504148f59.zip |
media-video/vdr: gcc7 compile issius fixed in extpng
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'media-video/vdr/vdr-2.2.0-r3.ebuild')
-rw-r--r-- | media-video/vdr/vdr-2.2.0-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-video/vdr/vdr-2.2.0-r3.ebuild b/media-video/vdr/vdr-2.2.0-r3.ebuild index dbb8e986c4a5..1da9aad71f86 100644 --- a/media-video/vdr/vdr-2.2.0-r3.ebuild +++ b/media-video/vdr/vdr-2.2.0-r3.ebuild @@ -219,6 +219,7 @@ src_prepare() { #gcc-7.2, this will fix only the core vdr, not the extpatch eapply "${FILESDIR}/${P}_unsignedtosigned.patch" eapply "${FILESDIR}/${P}_glibc-2.24.patch" + eapply "${FILESDIR}/${P}_gcc7extpng.patch" # fix some makefile issues sed -e "s:ifndef NO_KBD:ifeq (\$(USE_KBD),1):" \ |