head 1.2; access; symbols pkgsrc-2021Q1:1.1.0.4 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2021.04.01.16.16.52; author wiz; state dead; branches; next 1.1; commitid 5e9UDeM9YX5ZJBNC; 1.1 date 2020.11.05.09.17.53; author ryoon; state Exp; branches; next ; commitid 0ZAT7uucSk0c9GuC; desc @@ 1.2 log @libcdr: update to 0.1.7. Changes not found. @ text @$NetBSD: patch-src_lib_libcdr__utils.cpp,v 1.1 2020/11/05 09:17:53 ryoon Exp $ * Fix build with textproc/icu-68.1. --- src/lib/libcdr_utils.cpp.orig 2020-02-02 15:30:44.000000000 +0000 +++ src/lib/libcdr_utils.cpp @@@@ -108,7 +108,7 @@@@ static unsigned short getEncoding(const csd = ucsdet_open(&status); if (U_FAILURE(status) || !csd) return 0; - ucsdet_enableInputFilter(csd, TRUE); + ucsdet_enableInputFilter(csd, true); ucsdet_setText(csd, (const char *)buffer, bufferLength, &status); if (U_FAILURE(status)) throw libcdr::EncodingException(); @ 1.1 log @libcdr: Fix build with textproc/icu-68.1 @ text @d1 1 a1 1 $NetBSD$ @