mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -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/todo.xbm.orig 1994-12-17 21:29:49 UTC
|
|
+++ bitmaps/todo.xbm
|
|
@@ -1,6 +1,6 @@
|
|
#define todo_width 16
|
|
#define todo_height 16
|
|
-static char todo_bits[] = {
|
|
+static unsigned char todo_bits[] = {
|
|
0x00, 0x00, 0xff, 0x7f, 0xff, 0x7f, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60,
|
|
0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60,
|
|
0x03, 0x60, 0x03, 0x60, 0xff, 0x7f, 0xff, 0x7f};
|