commit: 1530091ee1de288e50cf9091eada9797ae3cd940 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 17 07:32:48 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 17 07:35:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1530091e
sci-libs/gdal: fix pkg-config include dir for 3.5.0 Closes: https://bugs.gentoo.org/845150 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/gdal/{gdal-3.5.0-r1.ebuild => gdal-3.5.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/gdal/gdal-3.5.0-r1.ebuild b/sci-libs/gdal/gdal-3.5.0-r2.ebuild similarity index 98% rename from sci-libs/gdal/gdal-3.5.0-r1.ebuild rename to sci-libs/gdal/gdal-3.5.0-r2.ebuild index b7c50dee839e..42e368935481 100644 --- a/sci-libs/gdal/gdal-3.5.0-r1.ebuild +++ b/sci-libs/gdal/gdal-3.5.0-r2.ebuild @@ -101,8 +101,8 @@ src_configure() { -DGDAL_USE_EXTERNAL_LIBS=ON -DGDAL_USE_INTERNAL_LIBS=OFF - # bug #844874 - -DCMAKE_INSTALL_INCLUDEDIR="/usr/include/gdal" + # bug #844874 and bug #845150 + -DCMAKE_INSTALL_INCLUDEDIR="include/gdal" # Options here are generally off because of one of: # - Not yet packaged dependencies
