ports/deskutils/ical/files/patch-bitmaps-right.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
457 B
C

--- bitmaps/right.xbm.orig 1994-12-17 21:29:49 UTC
+++ bitmaps/right.xbm
@@ -1,7 +1,7 @@
/* Copyright (c) 1993 by Sanjay Ghemawat */
#define right_width 16
#define right_height 16
-static char right_bits[] = {
+static unsigned char right_bits[] = {
0x00, 0x00, 0x80, 0x01, 0x80, 0x02, 0x80, 0x04, 0x80, 0x08, 0xfe, 0x10,
0x02, 0x20, 0x02, 0x40, 0x02, 0x40, 0x02, 0x20, 0xfe, 0x10, 0x80, 0x08,
0x80, 0x04, 0x80, 0x02, 0x80, 0x01, 0x00, 0x00};