media-video/vdr: moved gcc7extpng patch to the right line bug 666240
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Fri, 14 Sep 2018 19:10:36 +0000 (21:10 +0200)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Fri, 14 Sep 2018 19:10:36 +0000 (21:10 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

media-video/vdr/vdr-2.2.0-r3.ebuild

index 1da9aad71f862f092b9551312cabdaac126829a0..ff3911ffe09747d0ec8d1a2c7bd2f0a79a4085fd 100644 (file)
@@ -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):" \