Skip to content

Commit b964da9

Browse files
author
adam
committed
lerc: fix build (probably with older compilers)
1 parent 9f3d9b9 commit b964da9

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

graphics/lerc/distinfo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
$NetBSD: distinfo,v 1.1 2025/08/17 09:37:52 bsiegert Exp $
1+
$NetBSD: distinfo,v 1.2 2026/01/28 13:37:48 adam Exp $
22

33
BLAKE2s (lerc-4.0.0.tar.gz) = 877998e672801d4da465c6d4e137d9efd2863ff10558cccb76f2786005343581
44
SHA512 (lerc-4.0.0.tar.gz) = 36fe453b6e732f6bed554d1c1c5cd4668aec63593d6de11f12b659c7b9cbc059ac9aaacc6cea483b3257d522f1b07e13c299914d08b1f8aeb0bb2cde42ba47cf
55
Size (lerc-4.0.0.tar.gz) = 4710408 bytes
6+
SHA1 (patch-src_LercLib_Lerc.cpp) = c3d0479fa9f449aa0f6db39b15ff01b701c6446c
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
$NetBSD: patch-src_LercLib_Lerc.cpp,v 1.1 2026/01/28 13:37:48 adam Exp $
2+
3+
https://github.com/Esri/lerc/issues/228
4+
5+
--- src/LercLib/Lerc.cpp.orig 2026-01-28 13:35:44.015198473 +0000
6+
+++ src/LercLib/Lerc.cpp
7+
@@ -26,6 +26,7 @@ Contributors: Thomas Maurer
8+
#include "Lerc2.h"
9+
#include <typeinfo>
10+
#include <limits>
11+
+#include <functional>
12+
13+
#ifdef HAVE_LERC1_DECODE
14+
#include "Lerc1Decode/CntZImage.h"

0 commit comments

Comments
 (0)