summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-04-12 00:39:10 +0200
committerDavid Seifert <soap@gentoo.org>2019-04-12 00:39:10 +0200
commitf5fc0aa4c9cd0708692451bfb3b2e92ef2cbd4aa (patch)
tree33762567e79e76cf270307d3f415560a553d6aa9 /media-video/vdr/vdr-2.2.0-r3.ebuild
parentmedia-gfx/fim: Remove old (diff)
downloadgentoo-f5fc0aa4c9cd0708692451bfb3b2e92ef2cbd4aa.tar.gz
gentoo-f5fc0aa4c9cd0708692451bfb3b2e92ef2cbd4aa.tar.bz2
gentoo-f5fc0aa4c9cd0708692451bfb3b2e92ef2cbd4aa.zip
media-video/vdr: Fix building with media-libs/jpeg
Closes: https://bugs.gentoo.org/667934 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-video/vdr/vdr-2.2.0-r3.ebuild')
-rw-r--r--media-video/vdr/vdr-2.2.0-r3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/vdr/vdr-2.2.0-r3.ebuild b/media-video/vdr/vdr-2.2.0-r3.ebuild
index ff3911ffe097..0b6e82225591 100644
--- a/media-video/vdr/vdr-2.2.0-r3.ebuild
+++ b/media-video/vdr/vdr-2.2.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -220,6 +220,7 @@ src_prepare() {
eapply "${FILESDIR}/${P}_gentoo.patch"
eapply "${FILESDIR}/${P}_unsignedtosigned.patch"
eapply "${FILESDIR}/${P}_glibc-2.24.patch"
+ eapply "${FILESDIR}/${P}-jpeg-9c.patch"
# fix some makefile issues
sed -e "s:ifndef NO_KBD:ifeq (\$(USE_KBD),1):" \