git: 74e62b7429f1 - main - graphics/gdal: fix build on powerpc / powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Aug 2023 20:02:44 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=74e62b7429f1103bca17d160c87694dce563640a commit 74e62b7429f1103bca17d160c87694dce563640a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-09 21:58:13 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-10 20:02:25 +0000 graphics/gdal: fix build on powerpc / powerpc64 Disable LERC because of https://github.com/OSGeo/gdal/commit/9aaae9ddf28c51766414c97845539a05c4484731. --- graphics/gdal/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 2a6fadf2a044..0f6802fc166f 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -111,6 +111,8 @@ OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER OPTIONS_DEFAULT=CURL DEFLATE EXPAT FREEXL GEOS LERC LIBXML2 LZ4 OPENJPEG PCRE2 PGSQL POPPLER WEBP ZSTD \ HDF5 KML NETCDF SPATIALITE SFCGAL SQLITE XERCES +OPTIONS_EXCLUDE_powerpc= LERC +OPTIONS_EXCLUDE_powerpc64= LERC OPTIONS_SUB= yes BRUNSLI_DESC= Brunsli support via libbrunsli library CRYPTOPP_DESC= Cryptopp support