diff options
Diffstat (limited to 'media-gfx/maim/maim-5.5.1.ebuild')
-rw-r--r-- | media-gfx/maim/maim-5.5.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/maim/maim-5.5.1.ebuild b/media-gfx/maim/maim-5.5.1.ebuild index cb8869b7b809..a225be4803af 100644 --- a/media-gfx/maim/maim-5.5.1.ebuild +++ b/media-gfx/maim/maim-5.5.1.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=6 @@ -35,6 +35,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}"/${PN}-5.5.1-libjpeg-9c.patch ) + src_configure() { local mycmakeargs=( -DMAIM_UNICODE=$(usex unicode) |