1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/games/xevil/files/patch-x11__viewport.h
Marcelo Araujo 5ba24ed896 - Update MASTER_SITES.
- Fix build using CLANG.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.

PR:		ports/172010
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-14 07:16:20 +00:00

12 lines
445 B
C

--- x11/viewport.h.orig 2012-05-27 06:52:31.000000000 +0900
+++ x11/viewport.h 2012-05-27 06:52:59.000000000 +0900
@@ -348,7 +348,7 @@
/* NOTE: Will draw everything if redrawArena is true, else just what has
changed. */
- void draw_string(const Pos &pos,char *msg);
+ void draw_string(const Pos &pos,const char *msg);
/* EFFECTS: Draw string msg using current GC on arena with upper left of
character at position pos. */