Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/
Date: Tue, 17 May 2022 01:51:58
Message-Id: 1652750920.72585171afcaad1790533831ce4c8690bcd91e96.sam@gentoo
1 commit: 72585171afcaad1790533831ce4c8690bcd91e96
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 01:28:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 01:28:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72585171
7
8 sci-libs/gdal: fix include directory
9
10 Closes: https://bugs.gentoo.org/844874
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/gdal/{gdal-3.5.0.ebuild => gdal-3.5.0-r1.ebuild} | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/sci-libs/gdal/gdal-3.5.0.ebuild b/sci-libs/gdal/gdal-3.5.0-r1.ebuild
17 similarity index 99%
18 rename from sci-libs/gdal/gdal-3.5.0.ebuild
19 rename to sci-libs/gdal/gdal-3.5.0-r1.ebuild
20 index fa5448c24673..b7c50dee839e 100644
21 --- a/sci-libs/gdal/gdal-3.5.0.ebuild
22 +++ b/sci-libs/gdal/gdal-3.5.0-r1.ebuild
23 @@ -101,6 +101,9 @@ src_configure() {
24 -DGDAL_USE_EXTERNAL_LIBS=ON
25 -DGDAL_USE_INTERNAL_LIBS=OFF
26
27 + # bug #844874
28 + -DCMAKE_INSTALL_INCLUDEDIR="/usr/include/gdal"
29 +
30 # Options here are generally off because of one of:
31 # - Not yet packaged dependencies
32 #