freebsd-ports/deskutils/ical/files/patch-bitmaps-dleft.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

11 lines
412 B
C

--- bitmaps/dleft.xbm.orig 1994-12-17 21:41:32 UTC
+++ bitmaps/dleft.xbm
@@ -1,6 +1,6 @@
#define dleft_width 16
#define dleft_height 16
-static char dleft_bits[] = {
+static unsigned char dleft_bits[] = {
0x00, 0x00, 0x80, 0x61, 0xc0, 0x71, 0xe0, 0x79, 0xf0, 0x7d, 0xf8, 0x7f,
0xfc, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0x7f, 0xf8, 0x7f, 0xf0, 0x7d,
0xe0, 0x79, 0xc0, 0x71, 0x80, 0x61, 0x00, 0x00};