diff options
author | Sam James <sam@gentoo.org> | 2022-05-19 23:36:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-19 23:36:55 +0100 |
commit | c7e2d5d7fbb1b1220a46d73c09f57f6d0a897eec (patch) | |
tree | ec8ab4896717ddb0d3300e3f27d68ad59fabbc3a /sci-libs | |
parent | sci-libs/gdal: backport build system fixes for disabling JPEG + PNG (diff) | |
download | gentoo-c7e2d5d7fbb1b1220a46d73c09f57f6d0a897eec.tar.gz gentoo-c7e2d5d7fbb1b1220a46d73c09f57f6d0a897eec.tar.bz2 gentoo-c7e2d5d7fbb1b1220a46d73c09f57f6d0a897eec.zip |
sci-libs/gdal: disable C# bindings
There's no need for these AFAIK and leaving it as it is would be wrong anyway
(as it automagically tries to use at least .NET SDK bits to download from internet.
Not tested with mono though.)
Closes: https://bugs.gentoo.org/845369
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/gdal-3.5.0-r4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/gdal/gdal-3.5.0-r4.ebuild b/sci-libs/gdal/gdal-3.5.0-r4.ebuild index b526f8c5bfe6..7c586d305683 100644 --- a/sci-libs/gdal/gdal-3.5.0-r4.ebuild +++ b/sci-libs/gdal/gdal-3.5.0-r4.ebuild @@ -193,6 +193,8 @@ src_configure() { # Bindings -DBUILD_PYTHON_BINDINGS=$(usex python) -DBUILD_JAVA_BINDINGS=$(usex java) + # bug #845369 + -DBUILD_CSHARP_BINDINGS=OFF # Check work/gdal-3.5.0_build/CMakeCache.txt after configure # and https://github.com/OSGeo/gdal/blob/master/cmake/helpers/CheckCompilerMachineOption.cmake#L71 |