summaryrefslogtreecommitdiff
path: root/graphics/gdal/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gdal/files')
-rw-r--r--graphics/gdal/files/patch-libertiff11
-rw-r--r--graphics/gdal/files/patch-mysql6
-rw-r--r--graphics/gdal/files/patch-pugixml10
3 files changed, 24 insertions, 3 deletions
diff --git a/graphics/gdal/files/patch-libertiff b/graphics/gdal/files/patch-libertiff
new file mode 100644
index 000000000000..7ff515bfe53e
--- /dev/null
+++ b/graphics/gdal/files/patch-libertiff
@@ -0,0 +1,11 @@
+--- frmts/snap_tiff/snaptiffdriver.cpp.orig 2025-05-06 16:38:15 UTC
++++ frmts/snap_tiff/snaptiffdriver.cpp
+@@ -8,7 +8,7 @@
+ #include "rawdataset.h"
+
+ #define LIBERTIFF_NS GDAL_libertiff
+-#include "../../third_party/libertiff/libertiff.hpp"
++#include "libertiff.hpp"
+
+ #include <algorithm>
+ #include <cmath>
diff --git a/graphics/gdal/files/patch-mysql b/graphics/gdal/files/patch-mysql
index 9b5d8032dc6f..a12efddd61eb 100644
--- a/graphics/gdal/files/patch-mysql
+++ b/graphics/gdal/files/patch-mysql
@@ -1,10 +1,10 @@
---- cmake/modules/packages/FindMySQL.cmake.orig 2023-07-06 11:14:14 UTC
+--- cmake/modules/packages/FindMySQL.cmake.orig 2025-05-06 16:38:14 UTC
+++ cmake/modules/packages/FindMySQL.cmake
-@@ -23,6 +23,7 @@ if( MYSQL_INCLUDE_DIR AND EXISTS "${MYSQL_INCLUDE_DIR}
+@@ -23,6 +23,7 @@ endif()
"${MYSQL_VERSION_H}" )
endif()
+set(CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX "mysql")
- find_library(MYSQL_LIBRARY NAMES mysqlclient mysqlclient_r)
+ find_library(MYSQL_LIBRARY NAMES mysqlclient mysqlclient_r NAMES_PER_DIR)
if( NOT CMAKE_C_COMPILER_LOADED )
diff --git a/graphics/gdal/files/patch-pugixml b/graphics/gdal/files/patch-pugixml
new file mode 100644
index 000000000000..3e67ada4cb72
--- /dev/null
+++ b/graphics/gdal/files/patch-pugixml
@@ -0,0 +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,6 @@
+ #include "ogr_api.h"
+ #include <iostream>
+ #include <OpenDriveMap.h>
+-#include <pugixml/pugixml.hpp>
+ #include <vector>
+
+ struct RoadElements