summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-07-30 22:18:57 +0200
committerPacho Ramos <pacho@gentoo.org>2016-07-30 22:37:04 +0200
commitdc3d9fbf3a2860cc932c5856a45f691128c28df6 (patch)
treec97e66fcdb71564c7867a96b33efeb7bf4d23085 /media-libs/libgphoto2/libgphoto2-2.5.10.ebuild
parentmedia-libs/libgphoto2: Drop old (diff)
downloadgentoo-dc3d9fbf3a2860cc932c5856a45f691128c28df6.tar.gz
gentoo-dc3d9fbf3a2860cc932c5856a45f691128c28df6.tar.bz2
gentoo-dc3d9fbf3a2860cc932c5856a45f691128c28df6.zip
media-libs/libgphoto2: Fix build with latest jpeg-turbo (#586336 by Ulenrich)
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs/libgphoto2/libgphoto2-2.5.10.ebuild')
-rw-r--r--media-libs/libgphoto2/libgphoto2-2.5.10.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/media-libs/libgphoto2/libgphoto2-2.5.10.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.10.ebuild
index 68f656af7360..47f1d21713f8 100644
--- a/media-libs/libgphoto2/libgphoto2-2.5.10.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.5.10.ebuild
@@ -75,6 +75,12 @@ MULTILIB_CHOST_TOOLS=(
/usr/bin/gphoto2-config
)
+PATCHES=(
+ # Fix building with latest jpeg-turbo, bug #586336, fixed in the
+ # next version
+ "${FILESDIR}"/${P}-jpeg.patch
+)
+
pkg_pretend() {
if ! echo "${USE}" | grep "cameras_" > /dev/null 2>&1; then
einfo "No camera drivers will be built since you did not specify any."