View | Details | Raw Unified | Return to bug 255216 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/gdal/Makefile (-1 lines)
Lines 61-67 CONFIGURE_ARGS= --datadir=${PREFIX}/share \ Link Here
61
		${ICONV_CONFIGURE_ARG}
61
		${ICONV_CONFIGURE_ARG}
62
GNU_CONFIGURE=	yes
62
GNU_CONFIGURE=	yes
63
LDFLAGS+=	${ICONV_LIB}
63
LDFLAGS+=	${ICONV_LIB}
64
MAKE_JOBS_UNSAFE=	yes
65
MAKEFILE=	GNUmakefile
64
MAKEFILE=	GNUmakefile
66
USE_CXXSTD=	c++14
65
USE_CXXSTD=	c++14
67
USE_LDCONFIG=	yes
66
USE_LDCONFIG=	yes
(-)b/graphics/gdal/files/patch-frmts_exr_openexr__headers.h (-2 / +10 lines)
Lines 1-6 Link Here
1
--- frmts/exr/openexr_headers.h.orig	2020-12-29 12:18:28 UTC
1
--- frmts/exr/openexr_headers.h.orig	2021-03-05 04:40:24 UTC
2
+++ frmts/exr/openexr_headers.h
2
+++ frmts/exr/openexr_headers.h
3
@@ -42,6 +42,7 @@
3
@@ -35,6 +35,7 @@
4
 #pragma GCC system_header
5
 #endif
6
 
7
+#include "ImathInt64.h"
8
 #include "ImathMatrix.h"
9
 #include "ImfChannelList.h"
10
 #include "ImfFloatAttribute.h"
11
@@ -42,6 +43,7 @@
4
 #include "ImfMatrixAttribute.h"
12
 #include "ImfMatrixAttribute.h"
5
 #include "ImfMultiPartInputFile.h"
13
 #include "ImfMultiPartInputFile.h"
6
 #include "ImfMultiPartOutputFile.h"
14
 #include "ImfMultiPartOutputFile.h"

Return to bug 255216