summaryrefslogtreecommitdiff
path: root/graphics/gdal/files/patch-libertiff
blob: 7ff515bfe53e18b52ac9f6e973a6e65149475cc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>