commit:     44bf609f6fa77b6bd2415da430d1ccf0934796c6
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 19:10:36 2018 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 19:10:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bf609f

media-video/vdr: moved gcc7extpng patch to the right line bug 666240

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-video/vdr/vdr-2.2.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/vdr/vdr-2.2.0-r3.ebuild 
b/media-video/vdr/vdr-2.2.0-r3.ebuild
index 1da9aad71f8..ff3911ffe09 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):" \

Reply via email to