Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/
Date: Thu, 22 Mar 2018 14:24:41
Message-Id: 1521728606.ba4f6a2f719f3651ce79ac689349ed201a9b3e96.amadio@gentoo
1 commit: ba4f6a2f719f3651ce79ac689349ed201a9b3e96
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 19 22:02:14 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 14:23:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4f6a2f
7
8 sci-libs/gdal: find json-c from EPREFIX
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sci-libs/gdal/gdal-2.2.3-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sci-libs/gdal/gdal-2.2.3-r1.ebuild b/sci-libs/gdal/gdal-2.2.3-r1.ebuild
16 index 57ee4454007..7084e66a8f5 100644
17 --- a/sci-libs/gdal/gdal-2.2.3-r1.ebuild
18 +++ b/sci-libs/gdal/gdal-2.2.3-r1.ebuild
19 @@ -154,6 +154,7 @@ src_configure() {
20 --with-geotiff \
21 --with-grib \
22 --with-hide-internal-symbols \
23 + --with-libjson-c="${EPREFIX}/usr/" \
24 --with-libtiff \
25 --with-libtool \
26 --with-libz="${EPREFIX}/usr/" \