diff options
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdal/files/patch-pugixml (renamed from graphics/gdal/files/patch-ogr_ogrsf__frmts_xodr_ogr__xodr.h) | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 62c09c9b8a78..ba33eda016b9 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdal PORTVERSION= 3.11.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -27,7 +27,6 @@ LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ USES= cmake compiler:c++17-lang cpe iconv jpeg localbase pkgconfig ssl tar:xz -CMAKE_OFF_armv7= GDAL_ENABLE_ARM_NEON_OPTIMIZATIONS CMAKE_OFF= BUILD_CSHARP_BINDINGS \ BUILD_DOCS \ BUILD_JAVA_BINDINGS \ @@ -60,6 +59,7 @@ CMAKE_OFF= BUILD_CSHARP_BINDINGS \ HDFS_ENABLED \ SWIG_REGENERATE_PYTHON \ ${CMAKE_OFF_${ARCH}} +CMAKE_OFF_armv7=GDAL_ENABLE_ARM_NEON_OPTIMIZATIONS CMAKE_ON= BUILD_APPS \ BUILD_SHARED_LIBS \ BUILD_STATIC_LIBS \ diff --git a/graphics/gdal/files/patch-ogr_ogrsf__frmts_xodr_ogr__xodr.h b/graphics/gdal/files/patch-pugixml index 296d424dae67..3e67ada4cb72 100644 --- a/graphics/gdal/files/patch-ogr_ogrsf__frmts_xodr_ogr__xodr.h +++ b/graphics/gdal/files/patch-pugixml @@ -1,11 +1,10 @@ --- ogr/ogrsf_frmts/xodr/ogr_xodr.h.orig 2025-07-12 10:33:49 UTC +++ ogr/ogrsf_frmts/xodr/ogr_xodr.h -@@ -15,7 +15,7 @@ +@@ -15,7 +15,6 @@ #include "ogr_api.h" #include <iostream> #include <OpenDriveMap.h> -#include <pugixml/pugixml.hpp> -+#include <pugixml.hpp> #include <vector> struct RoadElements |