head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2019.10.29.09.06.12; author he; state dead; branches; next 1.1; commitid hA10yuxx5NDt4KIB; 1.1 date 2019.10.12.22.57.08; author he; state Exp; branches; next ; commitid TgNftVK6rUE0dDGB; desc @@ 1.2 log @Remove a patch which no longer applies in this version. Build fix, so no version bump. @ text @$NetBSD: patch-src_cpp_base64.cpp,v 1.1 2019/10/12 22:57:08 he Exp $ Don't assume that "char" is signed. --- src/cpp/base64.cpp.orig 2010-05-20 22:57:38.000000000 +0000 +++ src/cpp/base64.cpp @@@@ -14,7 +14,7 @@@@ using namespace xmlrpc_c; namespace { -char const table_a2b_base64[] = { +int const table_a2b_base64[] = { -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,62, -1,-1,-1,63, @ 1.1 log @A few changes so that this builds on NetBSD/macppc: * Don't assume that "char" is signed (array init'ed with -1 cells), so use "int" instead. * Add dependency on libidn2, since I otherwise got a link error. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @