Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/
Date: Thu, 18 Oct 2018 10:42:00
Message-Id: 1539859300.3f1fd7e0c5868dd636e8c248fe7b24ebc6fb2364.grobian@gentoo
1 commit: 3f1fd7e0c5868dd636e8c248fe7b24ebc6fb2364
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 10:41:10 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 10:41:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1fd7e0
7
8 media-libs/tiff: fix Prefix install, thanks Olivier Huber
9
10 Closes: https://bugs.gentoo.org/668772
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 media-libs/tiff/tiff-4.0.9-r4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/tiff/tiff-4.0.9-r4.ebuild b/media-libs/tiff/tiff-4.0.9-r4.ebuild
18 index 7417dea3420..97a274e6ff3 100644
19 --- a/media-libs/tiff/tiff-4.0.9-r4.ebuild
20 +++ b/media-libs/tiff/tiff-4.0.9-r4.ebuild
21 @@ -49,7 +49,7 @@ src_prepare() {
22 multilib_src_configure() {
23 local myeconfargs=(
24 --without-x
25 - --with-docdir=/usr/share/doc/${PF}
26 + --with-docdir="${EPREFIX}"/usr/share/doc/${PF}
27 $(use_enable cxx)
28 $(use_enable jbig)
29 $(use_enable jpeg)