head 1.2; access; symbols pkgsrc-2018Q3:1.1.0.6 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2018.11.08.05.32.23; author markd; state dead; branches; next 1.1; commitid pS0n7meXLUTvi6ZA; 1.1 date 2018.02.18.23.50.36; author he; state Exp; branches; next ; commitid x90SIdewSnigPorA; desc @@ 1.2 log @ical: update to 3.0.3 Fixes for tcl 8.6 and gcc 6+ @ text @$NetBSD: patch-bitmaps_done.xbm,v 1.1 2018/02/18 23:50:36 he Exp $ --- bitmaps/done.xbm.orig 2009-01-18 13:18:19.000000000 +0000 +++ bitmaps/done.xbm @@@@ -1,6 +1,6 @@@@ #define done_width 16 #define done_height 16 -static char done_bits[] = { +static unsigned char done_bits[] = { 0x00, 0x00, 0xff, 0x8f, 0xff, 0x67, 0x03, 0x30, 0x03, 0x18, 0x03, 0x4c, 0x33, 0x6e, 0x7b, 0x67, 0xff, 0x67, 0xfb, 0x63, 0xf3, 0x63, 0xe3, 0x61, 0xc3, 0x61, 0x83, 0x60, 0xff, 0x7f, 0xff, 0x7f}; @ 1.1 log @Use "unsigned char" for bitmaps, to avoid warnings about >=128 -> char conversions from the newer compiler. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @