From: Jochen Sprickerhof Date: Tue, 12 Oct 2021 08:08:53 +0000 (+0200) Subject: Fix 92_proj8.patch X-Git-Tag: archive/raspbian/9.5.2+dfsg4-3+rpi1^2~146 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=06aee5e9293404440dc5d4db5332566edecb6be8;p=vtk9.git Fix 92_proj8.patch Gbp-Dch: ignore --- diff --git a/debian/patches/92_proj8.patch b/debian/patches/92_proj8.patch index 37b13554f..5f4f6bb0b 100644 --- a/debian/patches/92_proj8.patch +++ b/debian/patches/92_proj8.patch @@ -45,10 +45,10 @@ index 7ff6526a5d3..0a0d06eba19 100644 +#else this->Projection = pj_init_plus(this->PROJ4String); +#endif - if (!this->Projection) - { - vtkErrorMacro("Cannot set projection with string " << this->PROJ4String); -@@ -234,8 +246,11 @@ int vtkGeoProjection::UpdateProjection() + } + else + { +@@ -230,8 +242,11 @@ int vtkGeoProjection::UpdateProjection() stringHolder[i] = param.str(); pjArgs[3 + i] = stringHolder[i].c_str(); }