diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 077fdb27c3cd..4889d2d81ee1 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -61,7 +61,6 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share \ ${ICONV_CONFIGURE_ARG} GNU_CONFIGURE= yes LDFLAGS+= ${ICONV_LIB} -MAKE_JOBS_UNSAFE= yes MAKEFILE= GNUmakefile USE_CXXSTD= c++14 USE_LDCONFIG= yes diff --git a/graphics/gdal/files/patch-frmts_exr_openexr__headers.h b/graphics/gdal/files/patch-frmts_exr_openexr__headers.h index fb0a5dc1bb06..f2dc5df43d6c 100644 --- a/graphics/gdal/files/patch-frmts_exr_openexr__headers.h +++ b/graphics/gdal/files/patch-frmts_exr_openexr__headers.h @@ -1,6 +1,14 @@ ---- frmts/exr/openexr_headers.h.orig 2020-12-29 12:18:28 UTC +--- frmts/exr/openexr_headers.h.orig 2021-03-05 04:40:24 UTC +++ frmts/exr/openexr_headers.h -@@ -42,6 +42,7 @@ +@@ -35,6 +35,7 @@ + #pragma GCC system_header + #endif + ++#include "ImathInt64.h" + #include "ImathMatrix.h" + #include "ImfChannelList.h" + #include "ImfFloatAttribute.h" +@@ -42,6 +43,7 @@ #include "ImfMatrixAttribute.h" #include "ImfMultiPartInputFile.h" #include "ImfMultiPartOutputFile.h"