diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 01:28:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 01:28:40 +0000 |
commit | 72585171afcaad1790533831ce4c8690bcd91e96 (patch) | |
tree | b67dae2ba2d513342927167bde8775fba1745f1a /sci-libs/gdal | |
parent | dev-python/pysnmp-mibs: update EAPI 7 -> 8 (diff) | |
download | gentoo-72585171afcaad1790533831ce4c8690bcd91e96.tar.gz gentoo-72585171afcaad1790533831ce4c8690bcd91e96.tar.bz2 gentoo-72585171afcaad1790533831ce4c8690bcd91e96.zip |
sci-libs/gdal: fix include directory
Closes: https://bugs.gentoo.org/844874
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/gdal-3.5.0-r1.ebuild (renamed from sci-libs/gdal/gdal-3.5.0.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-libs/gdal/gdal-3.5.0.ebuild b/sci-libs/gdal/gdal-3.5.0-r1.ebuild index fa5448c24673..b7c50dee839e 100644 --- a/sci-libs/gdal/gdal-3.5.0.ebuild +++ b/sci-libs/gdal/gdal-3.5.0-r1.ebuild @@ -101,6 +101,9 @@ src_configure() { -DGDAL_USE_EXTERNAL_LIBS=ON -DGDAL_USE_INTERNAL_LIBS=OFF + # bug #844874 + -DCMAKE_INSTALL_INCLUDEDIR="/usr/include/gdal" + # Options here are generally off because of one of: # - Not yet packaged dependencies # |