ports/deskutils/ical/files/patch-bitmaps-done.xbm
Tobias Kortkamp 1d32e97a18 desktuils/ical: Fix build with Clang 6
- Submitter becomes maintainer
- While here add missing dependencies

http://beefy11.nyi.freebsd.org/data/head-i386-default/p473790_s335878/logs/ical-2.2_4.log

PR:		226799
Reported by:	bob@immure.com
Submitted by:	fbsd@opal.com
2018-07-07 15:35:36 +00:00

10 lines
406 B
C

--- bitmaps/done.xbm.orig 1994-12-17 21:29:47 UTC
+++ 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};