mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
- 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
10 lines
406 B
C
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};
|