freebsd-ports/games/xevil/files/patch-cmn__xetp.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

14 lines
572 B
C

--- cmn/xetp.h.orig 2012-05-27 06:52:31.000000000 +0900
+++ cmn/xetp.h 2012-05-27 06:53:11.000000000 +0900
@@ -83,9 +83,9 @@
static void send_rooms_known(OutStreamP,const Rooms &,
int worldVersion,Boolean *map);
- static void send_message(OutStreamP,char *msg);
+ static void send_message(OutStreamP,const char *msg);
- static void send_arena_message(OutStreamP,int timeMS,char *msg);
+ static void send_arena_message(OutStreamP,int timeMS,const char *msg);
static void send_command(OutStreamP,const IntelId &,ITcommand);