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_ical.xbm,v 1.1 2018/02/18 23:50:36 he Exp $ --- bitmaps/ical.xbm.orig 2009-01-18 13:18:18.000000000 +0000 +++ bitmaps/ical.xbm @@@@ -1,6 +1,6 @@@@ #define ical_width 64 #define ical_height 54 -static char ical_bits[] = { +static unsigned char ical_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, @ 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$ @