diff options
author | Sam James <sam@gentoo.org> | 2023-04-23 07:03:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-23 07:03:54 +0100 |
commit | a196821e2f3783c1e40e318505c5c92d336237a7 (patch) | |
tree | 1a91dfca31979da5c3b7305c6df81f354a0c4048 /sci-libs/gdal/files | |
parent | net-firewall/firewalld: add 1.3.2 (diff) | |
download | gentoo-a196821e2f3783c1e40e318505c5c92d336237a7.tar.gz gentoo-a196821e2f3783c1e40e318505c5c92d336237a7.tar.bz2 gentoo-a196821e2f3783c1e40e318505c5c92d336237a7.zip |
sci-libs/gdal: add 3.6.4
Closes: https://bugs.gentoo.org/900106
Closes: https://bugs.gentoo.org/904534
Thanks-to: Michael Uleysky <uleysky@gmail.com> (abseil patch)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/gdal/files')
-rw-r--r-- | sci-libs/gdal/files/gdal-3.6.4-abseil-cpp-20230125.2-c++17.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/gdal/files/gdal-3.6.4-abseil-cpp-20230125.2-c++17.patch b/sci-libs/gdal/files/gdal-3.6.4-abseil-cpp-20230125.2-c++17.patch new file mode 100644 index 000000000000..2ddc39db8b36 --- /dev/null +++ b/sci-libs/gdal/files/gdal-3.6.4-abseil-cpp-20230125.2-c++17.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/904534 +--- a/ogr/ogrsf_frmts/flatgeobuf/CMakeLists.txt ++++ b/ogr/ogrsf_frmts/flatgeobuf/CMakeLists.txt +@@ -8,6 +8,7 @@ + ogrflatgeobufeditablelayer.cpp + PLUGIN_CAPABLE + NO_DEPS) ++set_property(TARGET ogr_FlatGeobuf PROPERTY CXX_STANDARD 17) + gdal_standard_includes(ogr_FlatGeobuf) + target_include_directories(ogr_FlatGeobuf PRIVATE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}> + $<TARGET_PROPERTY:ogrsf_generic,SOURCE_DIR>) + |