From: Joerg Bornkessel Date: Fri, 14 Sep 2018 19:10:36 +0000 (+0200) Subject: media-video/vdr: moved gcc7extpng patch to the right line bug 666240 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=44bf609f6fa77b6bd2415da430d1ccf0934796c6;p=gentoo.git media-video/vdr: moved gcc7extpng patch to the right line bug 666240 Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/media-video/vdr/vdr-2.2.0-r3.ebuild b/media-video/vdr/vdr-2.2.0-r3.ebuild index 1da9aad71f86..ff3911ffe097 100644 --- a/media-video/vdr/vdr-2.2.0-r3.ebuild +++ b/media-video/vdr/vdr-2.2.0-r3.ebuild @@ -213,13 +213,13 @@ src_prepare() { ebegin "Make depend" emake .dependencies >/dev/null eend $? "make depend failed" + + eapply "${FILESDIR}/${P}_gcc7extpng.patch" fi eapply "${FILESDIR}/${P}_gentoo.patch" - #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):" \