head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2026.03.15.12.41.50; author wiz; state dead; branches; next 1.1; commitid kwGUtibquyU3p4yG; 1.1 date 2026.01.28.13.37.48; author adam; state Exp; branches; next ; commitid j2l5X5foIfqYbasG; desc @@ 1.2 log @lerc: update to 4.1.0. ## [4.1.0](https://github.com/Esri/lerc/releases/tag/v4.1.0) - 2026-03-09 ### Fixed * Renamed Lerc python package to pylerc. * Cleaned up the treatment of line endings (CRLF vs LF) across platforms. * Cleaned up the code to avoid pointer casts from unaligned byte pointers to integer or float pointers. Such pointer casts may cause problems on some platforms (e.g., embedded). @ text @$NetBSD: patch-src_LercLib_Lerc.cpp,v 1.1 2026/01/28 13:37:48 adam Exp $ https://github.com/Esri/lerc/issues/228 --- src/LercLib/Lerc.cpp.orig 2026-01-28 13:35:44.015198473 +0000 +++ src/LercLib/Lerc.cpp @@@@ -26,6 +26,7 @@@@ Contributors: Thomas Maurer #include "Lerc2.h" #include #include +#include #ifdef HAVE_LERC1_DECODE #include "Lerc1Decode/CntZImage.h" @ 1.1 log @lerc: fix build (probably with older compilers) @ text @d1 1 a1 1 $NetBSD$ @